summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restored sigaction's name in its prototype.bde2002-10-241-1/+1
* Fixed a warning.ru2002-10-241-1/+1
* When expanding a specific [1-char] variable, only expand said specificjmallett2002-10-241-1/+1
* * Modernize aio(4), providing instructions for static and dynamic kernelsheldonh2002-10-248-148/+16
* Fixed references and a bunch of other warnings.ru2002-10-249-9/+266
* Add cross-references to the aio(4) manual page.des2002-10-246-0/+6
* Add a simple man page for the aio facility.des2002-10-242-0/+62
* A version of SGR disabling stuff that is believed to be safe.ru2002-10-242-8/+9
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Fix kernel build on sparc64 in the IPDIVERT case.mux2002-10-241-1/+1
* don't forget to remove kse from idle queue.davidxu2002-10-242-0/+4
* Move thread related code from kern_proc.c to kern_thread.c.julian2002-10-244-320/+1010
* - Now that uma_zalloc_internal is not the fast path don't be so fussy aboutjeff2002-10-241-179/+198
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-245-33/+71
* Remove unneeded variables.nyan2002-10-241-3/+0
* The rc driver is not needed for pc98.nyan2002-10-241-1/+0
* Build the following modules on ia64 as well:marcel2002-10-241-1/+20
* - Move the destructor calls so that they are not called with the zone lockjeff2002-10-241-5/+6
* Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.kuriyama2002-10-241-1/+1
* Duplicate the variable name in the v->name field, as otherwise it points tojmallett2002-10-241-1/+3
* Remove gcc-specific optimization/debugging CFLAGSkris2002-10-241-1/+1
* Replace wcsstr() with an implementation based on strstr(), which is fartjr2002-10-241-38/+32
* Restore Berkeley SCCS id.tjr2002-10-241-1/+5
* Commit of Makefile missed in earlier pass.rwatson2002-10-241-0/+9
* Unbreak the automatic remapping of an INADDR_ANY destination addressiedowse2002-10-241-5/+4
* Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of therwatson2002-10-241-6/+2
* Remove the Standards section again until we get these functions sortedtjr2002-10-241-8/+0
* Place mac_prepare() with the other mac_prepare*() functions.chris2002-10-241-10/+10
* Attempt improved use of fts results: use the correct path to therwatson2002-10-241-4/+14
* mac_free() no longer accepts a void * parameter; only mac_t's are supposedchris2002-10-241-9/+20
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-248-239/+70
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-248-172/+58
* Remove superfluous empty "FILES" section.chris2002-10-231-1/+0
* Remove hard sentence breaks.chris2002-10-231-11/+19
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-232-0/+337
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-231-0/+1
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-2310-27/+24
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-233-9/+9
* Fix for changed getbsize arg type.markm2002-10-231-3/+4
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* Remove the hack to build groff statically on alpha, now that the rtldgallatin2002-10-231-6/+0
* More lobotomy:phk2002-10-238-111/+6
* Remove another 10 mindless #ifdefs.phk2002-10-231-59/+45
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Rely on sysctl kern.disks to be there, and get rid of one of the far toophk2002-10-231-69/+36
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-237-55/+3
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-2311-322/+968
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().phk2002-10-231-42/+41
* Change the type of an unused variable to appease a warning.markm2002-10-231-1/+2
* A crude temporary hack to fix building of ms(7) formatted documentsru2002-10-232-4/+8
OpenPOWER on IntegriCloud