summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix crash dumps on ata and scsi.alfred2003-02-142-2/+4
* | style.alfred2003-02-141-8/+20
* | Print a backtrace in case we tsleep from inside of DDB.alfred2003-02-141-0/+1
* | Lock proc while accessing p_siglist p_sigmask and p_sigignore.tjr2003-02-141-1/+5
* | Lock proc while manipulating p_sigmask p_sigignore and p_siglist.tjr2003-02-141-1/+5
* | Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
* | Diff reduction to GENERIC.ru2003-02-141-2/+2
* | - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.alc2003-02-142-18/+24
* | Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-148-9/+34
* | Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-142-10/+0
* | o transition from exca_write to exca_putb and read->getb. This is so thatimp2003-02-141-15/+7
* | Massive overhaul of exca to help with the isa efforts:imp2003-02-143-64/+240
* | - Though I got a feedback from the originator of kern/48129 that thesimokawa2003-02-141-12/+18
* | Correct lines incorrectly added to the copyright message.mckusick2003-02-142-6/+0
* | Bandaid the bits that use the elink_foo() functions which aremdodd2003-02-131-1/+9
* | FB_INSTALL_CDEV not usable on Alpha.obrien2003-02-132-1/+2
* | Fix whitespace problems with option lines.obrien2003-02-131-31/+31
* | Fix the style of the SCHED_4BSD commit.obrien2003-02-137-7/+7
* | The protocol lock is always held in the dropafterack case, so we don'thsu2003-02-132-4/+4
* | Only i386 has npx device.obrien2003-02-132-1/+3
* | We only provide agp drivers for the intel chipsets, move the agppeter2003-02-131-1/+1
OpenPOWER on IntegriCloud