summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Change the implementation of vm_map locking to use exclusive locksalc2002-05-021-26/+24
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-024-4/+18
* Add missing UNLOCKsjulian2002-05-021-1/+9
* - Protect randompid and nprocs with the allproc_lock.jhb2002-05-021-101/+122
* - Reorder a few things so that when we lock the process at the end ofjhb2002-05-021-107/+118
* - Reorder execve() so that it performs blocking operations before itjhb2002-05-022-63/+74
* Hide a pointer to the malloc_type bucket at the end of the freed memory. Ifjeff2002-05-023-3/+103
* Move around the dbg code a bit so it's always under a lock. This stops ajeff2002-05-021-8/+7
* The width of segsz_t should be 64, not 32 on ia64.dfr2002-05-021-1/+1
* - Changed the size element of uma_zctor_args to be size_t instead of int.arr2002-05-022-4/+4
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-023-29/+31
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-024-10/+46
* Use shell script version (using awk and sed) of makeLINT.pl.kuriyama2002-05-023-4/+23
* In pmap_pinit0, remove duplicate initialization.marcel2002-05-021-12/+1
* PCPU(current_pmap) is initialized in pmap_bootstrap. No need tomarcel2002-05-021-1/+0
* In udf_bmap(), return the physical block number, not the logicalscottl2002-05-021-1/+5
* o Remove dead and lockmgr()-specific debugging code.alc2002-05-022-23/+0
* Remove the temporary alignment check in free().jeff2002-05-024-25/+118
* Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.obrien2002-05-011-0/+37
* Save the MCA info specific to the AP as part of the AP launch.marcel2002-05-011-2/+9
* Make ia64_mca_save_state MP safe. Protect access to the info block,marcel2002-05-011-9/+57
* 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
OpenPOWER on IntegriCloud