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