summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.alfred2002-06-022-3/+0
* o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(),alc2002-06-012-25/+15
* Be more strict about namespaces.mike2002-06-011-8/+11
* Backout/modify previous revision:alfred2002-06-011-0/+4
* Silence warnings, remove some empty 'default' switch cases.alfred2002-06-011-2/+0
* Declare a variable sized array within a structure using [] rather than [0]alfred2002-06-011-1/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-012-2/+2
* Unbreak LINT by compensating for thealfred2002-06-011-4/+3
* Fix some, but not all style bugs.mike2002-06-011-23/+22
* Fix warnings.alfred2002-06-011-3/+3
* Get rid of warnings, there's no need to do preprocessor concatination ofalfred2002-06-011-2/+2
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-014-1/+22
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-012-2/+4
* Fixed style bugs in rev.1.9.bde2002-06-012-18/+34
* o Revert a part of revision 1.66, contrary to what that commit message says,alc2002-06-012-17/+21
* Fix a couple of places where preprocessor concatination was misused andalfred2002-06-011-2/+2
* Silence warning.alfred2002-06-011-2/+2
* Make devfs to give honour to PDIRUNLOCK flag.semenu2002-06-011-9/+13
* Quick, low impact band-aide to unbreak the build. Added && 0 so weru2002-06-011-1/+1
* Should have been part of recent commit:alfred2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise wealfred2002-06-011-3/+8
* Use PCI_INTERRUPT_VALI in stead of hard coded 255imp2002-06-011-5/+5
* More style(9) nitsimp2002-06-011-20/+23
* Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALIDimp2002-06-011-1/+2
* Use a common function to map the bogus intlines.imp2002-06-013-33/+51
* Make a structure definition slightly more style(9) compliant (makesbsd2002-06-011-2/+1
* Make this file mostly conform to style(9).imp2002-06-011-87/+86
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-3133-257/+159
* Quick, low impact band-aide to unbreak the build. Added && 0 so weimp2002-05-313-3/+3
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-3113-148/+148
* Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was beingarchie2002-05-312-3/+14
* __FreeBSD__ is not a compiler constant. We must useume2002-05-311-1/+1
* Nit: kern.ttys is of type S,xtty, not S,tty.des2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-3162-1713/+502
* - Replace the bandaid introduced in revision 1.110 withrobert2002-05-311-1/+3
* Export nswapdev through sysctl(8).des2002-05-311-0/+2
* The loop back device hasn't been a count device for a while so removebrooks2002-05-311-1/+1
* Ensure that packet counts are always reset to 0 whensilby2002-05-311-0/+1
* Further work on pushing Giant out of the vm_map layer and downalc2002-05-312-9/+15
* Use __FreeBSD_version to test what things to useimp2002-05-312-10/+11
* Fix build breakage on my pccard related commit.takawata2002-05-312-2/+2
* Don't use an incomplete array type to mark the start of the paddingmarcel2002-05-311-1/+8
* Add missing unlockjulian2002-05-301-1/+3
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-303-76/+54
* Avoid unintentional trigraph.wollman2002-05-301-1/+1
* Forget to change lookup function for oldcard side.takawata2002-05-301-3/+5
* Make oldcard and newcard kernel module work.takawata2002-05-3011-12/+103
* Mistyped and lost a '&' in previous commit.phk2002-05-301-1/+1
* Don't forget to factor in the boottime when we calculate PPS timestamps.phk2002-05-301-0/+1
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-301-9/+9
OpenPOWER on IntegriCloud