| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: | alfred | 2002-05-01 | 1 | -37/+46 |
* | Allow the peer to modify the LQR interval | brian | 2002-05-01 | 1 | -0/+1 |
* | Connect up kern_envp *before* we use it for getenv() and console probing. | peter | 2002-05-01 | 1 | -7/+14 |
* | Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build, | peter | 2002-05-01 | 1 | -0/+3 |
* | Make this compile and not segfault on ia64. ptr = strdup("foo"); is | peter | 2002-05-01 | 2 | -6/+8 |
* | Add a hack so that fdisk(8) can initialize an ia64 disk. There is | peter | 2002-05-01 | 1 | -0/+10 |
* | Enlighten those who read the FINE POINTS of the documentation a bit | cjc | 2002-05-01 | 2 | -5/+20 |
* | Remove two unused headers (<machine/frame.h> and <machine/psl.h>). | peter | 2002-05-01 | 1 | -2/+0 |
* | Do not bother with #include <machine/psl.h> since it is just a stub file | peter | 2002-05-01 | 1 | -1/+0 |
* | s/-300K/~300K/ | mph | 2002-05-01 | 2 | -2/+2 |
* | Update a comment to accurately describe the usage of the fourth field | murray | 2002-05-01 | 3 | -3/+3 |
* | The fourth field of drivers.conf is no longer reserved. Document its | murray | 2002-05-01 | 1 | -2/+4 |
* | Add support for kernel options to be removed from the BOOTMFS kernel | murray | 2002-05-01 | 1 | -1/+6 |
* | Add the System V shared memory modules to the mfsroot. This | murray | 2002-05-01 | 1 | -0/+3 |
* | "pointers are not permitted as case values", so force the macros to ints. | obrien | 2002-05-01 | 1 | -2/+2 |
* | makeobjops.awk is stricter on syntax than the perl version. | obrien | 2002-05-01 | 1 | -1/+1 |
* | Use makeobjops.awk rather than makeobjops.pl. | obrien | 2002-05-01 | 3 | -5/+4 |
* | Awk version of makeobjops.PL. | obrien | 2002-05-01 | 1 | -0/+485 |
* | Remove the trailing ^M's. makeobjops.awk does not like them. | obrien | 2002-05-01 | 3 | -153/+147 |
* | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | peter | 2002-05-01 | 2 | -45/+43 |
* | Zap some stale unused headers, including one machine/psl.h (which is | peter | 2002-05-01 | 1 | -6/+0 |
* | Zap KMODDEPS entries so that people do not wonder why it isn't working on | peter | 2002-05-01 | 3 | -3/+0 |
* | Catch any stray KMODDEPS entries to make sure they do not keep turning up. | peter | 2002-05-01 | 1 | -0/+4 |
* | kern_tc.c doesn't use <machine/psl.h>, and having this #include breaks | peter | 2002-05-01 | 1 | -2/+0 |
* | Remove this Perl script. There have been zero bug reports against | obrien | 2002-05-01 | 1 | -355/+0 |
* | Document the location (in the source tree) of the "Porter's Handbook". | mdodd | 2002-04-30 | 1 | -0/+3 |
* | Bump __FreeBSD_version for mtx_init() change. | mdodd | 2002-04-30 | 1 | -1/+1 |
* | Sorted the directories in the rule for the includes target as much as | bde | 2002-04-30 | 1 | -23/+23 |
* | Fix a bug where the aacp device would only talk to bus 0 on the | scottl | 2002-04-30 | 1 | -7/+5 |
* | Note that the aacp device requires CAM | scottl | 2002-04-30 | 1 | -1/+1 |
* | Add the ability to use Bzip'ed packages. | obrien | 2002-04-30 | 7 | -19/+44 |
* | Convert longs to u_longs in stats. This will hold off wrap arounds for a | jeff | 2002-04-30 | 2 | -5/+5 |
* | o Convert the vm_page buckets mutex to a spin lock. (This resolves | alc | 2002-04-30 | 2 | -14/+12 |
* | Brucifixion ? Yes, out that door, row on the left, one patch each. | phk | 2002-04-30 | 1 | -87/+101 |
* | Brucifixion ? Yes, out that door, row on the left, one patch each. | phk | 2002-04-30 | 3 | -54/+51 |
* | New release notes: bsd-airtools integration (+ MFC), reboot(8) -k (+ | bmah | 2002-04-30 | 2 | -6/+56 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 15 | -69/+0 |
* | These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module | dillon | 2002-04-30 | 1 | -21/+82 |
* | MI bits for Gcc 3.1. | obrien | 2002-04-30 | 1 | -460/+34 |
* | i386 MD bits for Gcc 3.1. | obrien | 2002-04-30 | 1 | -427/+29 |
* | Modified the man page to reflect support for | pdeuskar | 2002-04-30 | 1 | -49/+50 |
* | Handle .bz2 files created by newsyslog | brian | 2002-04-30 | 2 | -0/+7 |
* | Need more includes. | julian | 2002-04-30 | 1 | -0/+2 |
* | Chase the sources and document the change of wait to flags, which are | asmodai | 2002-04-30 | 1 | -8/+4 |
* | Add the myson controllers to LINT | julian | 2002-04-30 | 1 | -0/+1 |
* | Add the extra argument to mtx_init() | julian | 2002-04-30 | 1 | -1/+2 |
* | Remove references to zinit() which does not exist anymore. | asmodai | 2002-04-30 | 1 | -13/+2 |
* | Document the zone allocator is now a slab allocator. | asmodai | 2002-04-30 | 1 | -0/+8 |
* | Document uma_zalloc() behaviour. | asmodai | 2002-04-30 | 1 | -2/+15 |
* | Document how to "make release" for a different arch. | ru | 2002-04-30 | 1 | -0/+16 |