| Commit message (Expand) | Author | Age | Files | Lines |
* | Restored sigaction's name in its prototype. | bde | 2002-10-24 | 1 | -1/+1 |
* | Fixed a warning. | ru | 2002-10-24 | 1 | -1/+1 |
* | When expanding a specific [1-char] variable, only expand said specific | jmallett | 2002-10-24 | 1 | -1/+1 |
* | * Modernize aio(4), providing instructions for static and dynamic kernel | sheldonh | 2002-10-24 | 8 | -148/+16 |
* | Fixed references and a bunch of other warnings. | ru | 2002-10-24 | 9 | -9/+266 |
* | Add cross-references to the aio(4) manual page. | des | 2002-10-24 | 6 | -0/+6 |
* | Add a simple man page for the aio facility. | des | 2002-10-24 | 2 | -0/+62 |
* | A version of SGR disabling stuff that is believed to be safe. | ru | 2002-10-24 | 2 | -8/+9 |
* | Add new loader tunable hw.acpi.ec.event_driven so that we control | iwasaki | 2002-10-24 | 1 | -1/+4 |
* | Fix kernel build on sparc64 in the IPDIVERT case. | mux | 2002-10-24 | 1 | -1/+1 |
* | don't forget to remove kse from idle queue. | davidxu | 2002-10-24 | 2 | -0/+4 |
* | Move thread related code from kern_proc.c to kern_thread.c. | julian | 2002-10-24 | 4 | -320/+1010 |
* | - Now that uma_zalloc_internal is not the fast path don't be so fussy about | jeff | 2002-10-24 | 1 | -179/+198 |
* | o Fix a size calculation based on a 8KB page, while under EFI | marcel | 2002-10-24 | 5 | -33/+71 |
* | Remove unneeded variables. | nyan | 2002-10-24 | 1 | -3/+0 |
* | The rc driver is not needed for pc98. | nyan | 2002-10-24 | 1 | -1/+0 |
* | Build the following modules on ia64 as well: | marcel | 2002-10-24 | 1 | -1/+20 |
* | - Move the destructor calls so that they are not called with the zone lock | jeff | 2002-10-24 | 1 | -5/+6 |
* | Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile. | kuriyama | 2002-10-24 | 1 | -1/+1 |
* | Duplicate the variable name in the v->name field, as otherwise it points to | jmallett | 2002-10-24 | 1 | -1/+3 |
* | Remove gcc-specific optimization/debugging CFLAGS | kris | 2002-10-24 | 1 | -1/+1 |
* | Replace wcsstr() with an implementation based on strstr(), which is far | tjr | 2002-10-24 | 1 | -38/+32 |
* | Restore Berkeley SCCS id. | tjr | 2002-10-24 | 1 | -1/+5 |
* | Commit of Makefile missed in earlier pass. | rwatson | 2002-10-24 | 1 | -0/+9 |
* | Unbreak the automatic remapping of an INADDR_ANY destination address | iedowse | 2002-10-24 | 1 | -5/+4 |
* | Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of the | rwatson | 2002-10-24 | 1 | -6/+2 |
* | Remove the Standards section again until we get these functions sorted | tjr | 2002-10-24 | 1 | -8/+0 |
* | Place mac_prepare() with the other mac_prepare*() functions. | chris | 2002-10-24 | 1 | -10/+10 |
* | Attempt improved use of fts results: use the correct path to the | rwatson | 2002-10-24 | 1 | -4/+14 |
* | mac_free() no longer accepts a void * parameter; only mac_t's are supposed | chris | 2002-10-24 | 1 | -9/+20 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 8 | -239/+70 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 8 | -172/+58 |
* | Remove superfluous empty "FILES" section. | chris | 2002-10-23 | 1 | -1/+0 |
* | Remove hard sentence breaks. | chris | 2002-10-23 | 1 | -11/+19 |
* | Provide a simple sample labeled access control policy, mac_partition. | rwatson | 2002-10-23 | 2 | -0/+337 |
* | Provide a simple sample labeled access control policy, mac_partition. | rwatson | 2002-10-23 | 1 | -0/+1 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 10 | -27/+24 |
* | Rename ifconfig's "mac" argument to "maclabel" to prevent confusion | rwatson | 2002-10-23 | 3 | -9/+9 |
* | Fix for changed getbsize arg type. | markm | 2002-10-23 | 1 | -3/+4 |
* | We must be careful to avoid recursive copy-on-write faults when | mckusick | 2002-10-23 | 1 | -1/+14 |
* | Remove the hack to build groff statically on alpha, now that the rtld | gallatin | 2002-10-23 | 1 | -6/+0 |
* | More lobotomy: | phk | 2002-10-23 | 8 | -111/+6 |
* | Remove another 10 mindless #ifdefs. | phk | 2002-10-23 | 1 | -59/+45 |
* | We always need sys/pcpu.h now, not just for the SMP case. | jhb | 2002-10-23 | 1 | -1/+1 |
* | Rely on sysctl kern.disks to be there, and get rid of one of the far too | phk | 2002-10-23 | 1 | -69/+36 |
* | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | phk | 2002-10-23 | 7 | -55/+3 |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 11 | -322/+968 |
* | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | phk | 2002-10-23 | 1 | -42/+41 |
* | Change the type of an unused variable to appease a warning. | markm | 2002-10-23 | 1 | -1/+2 |
* | A crude temporary hack to fix building of ms(7) formatted documents | ru | 2002-10-23 | 2 | -4/+8 |