summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-112-6/+13
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-112-6/+33
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-112-16/+26
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-112-19/+32
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-112-30/+54
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-117-20/+22
* For HEAD, install a kernel with debug information if DEBUG is a kernelobrien2005-09-111-17/+4
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 ingrehan2005-09-103-3/+6
* - channel.hnetchild2005-09-104-231/+350
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* - fake.cnetchild2005-09-104-37/+233
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-102-24/+84
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* Protect interface and address lists using the appropriate mutex. Thesecsjp2005-09-101-16/+16
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-102-4/+6
* Merge db_interface.c and db_trace.c into db_machdep.c.marcel2005-09-103-339/+291
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-109-31/+3
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-103-45/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* MFp4:imp2005-09-102-5/+6
* Change the High FP lock from a sleep lock to a spin lock. We canmarcel2005-09-094-16/+16
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,glebius2005-09-091-0/+1
* Introduce a new lock for the purpose of synchronizing access to thealc2005-09-091-22/+9
* Set the G_PF_WITHER flag on the subdisk provider that is about tole2005-09-081-34/+1
* Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* Minor improvement for the suspend case for Ricoh based (and others)imp2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toimp2005-09-081-0/+4
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* Fix an item leak, that happens when some node calls ng_callout() twoglebius2005-09-081-2/+6
* Rework locking, that I have introduced recently, since it was incorrect:glebius2005-09-081-35/+54
* Make callout_reset() return a non-zero value if a pending calloutglebius2005-09-082-4/+9
* Fix a typo that broke LINT.scottl2005-09-081-1/+1
* Move hme_stop() after ether_ifdetach() and if_free() to prevent akensmith2005-09-081-2/+2
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagtruckman2005-09-083-23/+25
* Hook up the hptmv driver for amd64.scottl2005-09-084-1/+13
* Import new version of the HPTMV driver from Highpoint. The major changescottl2005-09-0721-3320/+5283
* Sorting the belly button lint of history:imp2005-09-071-7/+15
* Use the more readable empty() syntax.obrien2005-09-073-9/+9
* In set_mouse_pos(), try to avoid division by zero errors.rodrigc2005-09-071-1/+2
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-076-35/+35
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-074-5/+6
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-073-1796/+1793
* Consistancy is the hobgoblin of small minds:imp2005-09-072-39/+39
OpenPOWER on IntegriCloud