summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitmjacob2002-05-011-6/+23
* Try using genwakecode.sh instead of the perl version.peter2002-05-011-1/+1
* Add a shell script to do what genwakecode.pl does.peter2002-05-011-0/+21
* Redo the sigio locking.alfred2002-05-0119-115/+42
* We don't need no stinkin' echos here.imp2002-05-011-3/+3
* Add an epic_stats_update() function (called once per second). Even thoughsemenu2002-05-011-9/+27
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettysemenu2002-05-012-109/+55
* Axe unused SESS_UNLOCK_NOSWITCH() and PGRP_UNLOCK_NOSWITCH() macros. Thejhb2002-05-011-4/+0
* Fix some edge cases where bad string handling could occur.alfred2002-05-011-0/+4
* cleanup:alfred2002-05-011-37/+46
* 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
* Enlighten those who read the FINE POINTS of the documentation a bitcjc2002-05-011-2/+6
* Remove two unused headers (<machine/frame.h> and <machine/psl.h>).peter2002-05-011-2/+0
* "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
* 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
* 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
* 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
* Need more includes.julian2002-04-301-0/+2
* Add the myson controllers to LINTjulian2002-04-301-0/+1
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
* Add sigcode.Sbenno2002-04-301-0/+1
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-304-2/+168
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-303-15/+4
* Add ar.lc and ar.ec to the trapframe. These are not saved for syscalls,marcel2002-04-303-345/+922
* Fix udf_read(). Honor the uio_resid when determining the size ofscottl2002-04-301-16/+22
* Move the implementation of M_ZERO into UMA so that it can be passed tojeff2002-04-303-19/+21
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapperalc2002-04-301-16/+11
* Make this work for ski again. Don't call ia64_mca_init() when we'remarcel2002-04-301-11/+10
* Include md_var.h. It has the prototype of ia64_running_in_simulator().marcel2002-04-301-0/+1
* Remove KTR_EXTEND.marcel2002-04-301-1/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-3029-146/+211
OpenPOWER on IntegriCloud