aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,Warner Losh2002-11-274-3/+97
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeWarner Losh2002-11-272-0/+10
* Merge argument parsing changes into this copy of telnet.Eric Melville2002-11-272-4/+12
* MFp4:Warner Losh2002-11-271-16/+14
* o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() dependsTim J. Robbins2002-11-271-1/+3
* Make the rman_{get,set}_* macros into real functions. The macrosWarner Losh2002-11-272-10/+85
* Update the version number.David E. O'Brien2002-11-271-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-2716-39/+43
* Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains toTim J. Robbins2002-11-261-1/+1
* configXEnvironment doesn't work in sysinstall now.Giorgos Keramidas2002-11-262-2/+12
* Align timestamps when -t is used in ipfw and ipfw2.Giorgos Keramidas2002-11-261-3/+11
* Add GNOME 2 to the sysinstall desktop configuration menu, removeBruce A. Mah2002-11-264-46/+20
* Fix a kernel panic with rules of the typeLuigi Rizzo2002-11-261-19/+31
* Update documentation to match the behaviour of ipfw with respectLuigi Rizzo2002-11-261-4/+6
* fixes for this driver:Julian Elischer2002-11-261-2/+38
* Remove our custom mixed ELF/a.out support. This means the base compilerDavid E. O'Brien2002-11-266-270/+18
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-2613-23/+23
* Don't hold acct_mtx over limcopy(), since it's unnecessary andBill Fenner2002-11-261-6/+7
* correct function names in KASSERT's for 2 m_tag routinesSam Leffler2002-11-261-2/+2
* mdoc(7) police:Ruslan Ermilov2002-11-266-7/+13
* Unhook LOMAC kernel module since the functionality is now provided byRobert Watson2002-11-261-1/+0
* Update rc scripts to load mac_lomac instead of lomac.Robert Watson2002-11-262-2/+2
* Correct two warnings by staticizing a function and removing an unusedRobert Watson2002-11-261-11/+1
* Hook up the mac_lomac module build.Robert Watson2002-11-262-0/+11
* mdoc(7) police: markup and spelling.Ruslan Ermilov2002-11-261-4/+7
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-2621-65/+58
* Hook up kernel options and build information for mac_lomac.Robert Watson2002-11-263-0/+3
* To avoid sleeping with all sorts of resources acquired (the reportedRobert Drehmel2002-11-261-3/+7
* Import an implementation of LOMAC (Low-Watermark Mandatory AccessRobert Watson2002-11-262-0/+2842
* If the file descriptors passed into do_dup() are negative, return EBADFJohn Baldwin2002-11-261-3/+4
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedRobert Watson2002-11-2611-9/+11
* Make GNOME 2 the default version of GNOME that goes on the disc1 packageBruce A. Mah2002-11-261-1/+1
* mdoc(7) police: back out unproved changes from previous revision.Ruslan Ermilov2002-11-261-1/+1
* mdoc(7) police:Ruslan Ermilov2002-11-261-8/+8
* mdoc(7) police: laundry.Ruslan Ermilov2002-11-261-120/+152
* Eliminate references to defunct kernel tunables.Yaroslav Tykhiy2002-11-263-24/+0
* mdoc(7) police: nit.Ruslan Ermilov2002-11-261-1/+1
* mdoc(7) police: back out unproved changes in previous revision;Ruslan Ermilov2002-11-261-4/+4
* mdoc(7) police: markup nits, "The .Nm utility".Ruslan Ermilov2002-11-261-17/+12
* mdoc(7) police: bump document date, use the canonical option list width,Ruslan Ermilov2002-11-261-17/+11
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-17/+5
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-15/+7
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-3/+3
* Use real filename, not a CVS sub-path. Fix markupUdo Erdelhoff2002-11-262-2/+2
* mdoc(7) police: Nits.Ruslan Ermilov2002-11-261-2/+2
* NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGSRuslan Ermilov2002-11-261-2/+2
* compliance with RFC3152.Hajimu UMEMOTO2002-11-261-0/+7
* MFbed:Udo Erdelhoff2002-11-262-7/+20
* Add back the "\ No newline at end of file" marker that is printed whenGarance A Drosehn2002-11-251-1/+1
* Acquire and release the page queues lock around calls to pmap_protect()Alan Cox2002-11-251-0/+4