summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove GIANT_REQUIRED from vm_pageq_remove().alc2003-02-161-1/+0
* prevent overflow in shminfo.shmmaxalfred2003-02-161-1/+5
* Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
* Regen from syscalls.master 1.52.tjr2003-02-163-5/+11
* Mark linux_sigpending() as MPSAFE.tjr2003-02-162-2/+2
* Regen from syscalls.master 1.49.tjr2003-02-163-5/+11
* Remove extraneous FILEDESC_LOCK around atomic read.hsu2003-02-162-4/+0
* Checkpoint a work in progress:imp2003-02-161-532/+23
* Use rman_get_device rather than rle->resl->r_dev.imp2003-02-162-8/+6
* Make sure we propagate rxid && iid in isp_target_put_atiomjacob2003-02-161-0/+2
* Pick up some compilation warning fixes from NetBSD.mjacob2003-02-161-7/+7
* Roll to latest level.mjacob2003-02-161-5870/+5868
* Clean up the CIS BAR parsing code by removing several pointless checks.scottl2003-02-161-19/+19
* - Update a couple of comments to make sense with what today's code isarr2003-02-151-6/+12
* Avoid file lock leakage when linuxthreads port or rfork is used:tegge2003-02-152-15/+58
* Added dependency on the apm(4) module.ru2003-02-151-0/+1
* Fix misuse of Maxmem in the calculation of the VHPT size. Maxmemmarcel2003-02-151-1/+1
* Remove the acquisition and release of Giant around pmap_growkernel().alc2003-02-151-2/+0
* Move kernel_vm_end's declaration to pmap.h; add a comment regarding thealc2003-02-152-2/+5
* Assert that the kernel map's system mutex is held in pmap_growkernel().alc2003-02-152-0/+2
* - Remove old comment for PURGE() as it no longer exists and implied itarr2003-02-151-2/+4
* Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+1
* Regen.shiba2003-02-151-1/+5
* Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+2
* Acquire Giant around calls to kern_sigaction() in sigaction(),tjr2003-02-151-17/+9
* osigpending() no longer needs Giant, for the same reason sigpending()tjr2003-02-151-3/+0
* All uses of p_siglist are protected by the proc lock now, so there'stjr2003-02-151-6/+1
* Lock proc while accessing p_siglist, p_sigmask and p_sigignoretjr2003-02-151-1/+5
* fix bug in updating of interface pointers when resyncing statedarrenr2003-02-151-6/+30
* Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-1513-117/+379
* Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-155-83/+222
* sometimes i hate it when you leave temp files in a directory you import fromdarrenr2003-02-152-13/+0
* This commit was generated by cvs2svn to compensate for changes in r110911,darrenr2003-02-152-0/+13
|\
| * Import IPFilter 3.4.31 into -currentdarrenr2003-02-1518-207/+622
| * 3rd time lucky, i hope.darrenr2002-08-2814-87/+313
| * Import IPFilter 3.4.28darrenr2002-06-0711-36/+80
| * Import version 3.4.27darrenr2002-04-278-73/+123
* | Do not allow kqueues to be passed via unix domain sockets.alfred2003-02-157-5/+18
* | Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as aalfred2003-02-155-6/+18
* | Implemented a simple "nodevice" config(8) command that cancelsru2003-02-151-243/+6
* | Take advantage of pre-existing lock-free synchronization and type stable memoryhsu2003-02-153-11/+10
* | Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-154-1/+27
* | Protect calling fwohci_intr() with splfw() for 4-stable.simokawa2003-02-151-1/+3
* | - Increase split transaction timeout from 2 sec to 6 sec.simokawa2003-02-151-3/+3
* | Replace use of random() with arc4random() to provide less guessablemckusick2003-02-142-3/+3
* | Make m_getm() always return the top of the newly allocated chain, asbmilekic2003-02-142-5/+2
* | Clear the bus reset event flag as soon as possible aftersimokawa2003-02-141-0/+9
* | Style nit.des2003-02-141-4/+2
* | KASSERT format string does not need newline terminationalfred2003-02-141-2/+2
* | Add kasserts to catch bad API usage.alfred2003-02-141-0/+6
OpenPOWER on IntegriCloud