aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use a common function to map the bogus intlines.Warner Losh2002-06-013-33/+51
* Make a structure definition slightly more style(9) compliant (makesBrian S. Dean2002-06-011-2/+1
* Make this file mostly conform to style(9).Warner Losh2002-06-011-87/+86
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-3133-257/+159
* Quick, low impact band-aide to unbreak the build. Added && 0 so weWarner Losh2002-05-313-3/+3
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-3113-148/+148
* Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was beingArchie Cobbs2002-05-312-3/+14
* __FreeBSD__ is not a compiler constant. We must useHajimu UMEMOTO2002-05-311-1/+1
* Nit: kern.ttys is of type S,xtty, not S,tty.Dag-Erling Smørgrav2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-3162-1713/+502
* - Replace the bandaid introduced in revision 1.110 withRobert Drehmel2002-05-311-1/+3
* Export nswapdev through sysctl(8).Dag-Erling Smørgrav2002-05-311-0/+2
* The loop back device hasn't been a count device for a while so removeBrooks Davis2002-05-311-1/+1
* Ensure that packet counts are always reset to 0 whenMike Silbersack2002-05-311-0/+1
* Further work on pushing Giant out of the vm_map layer and downAlan Cox2002-05-312-9/+15
* Use __FreeBSD_version to test what things to useWarner Losh2002-05-312-10/+11
* Fix build breakage on my pccard related commit.Takanori Watanabe2002-05-312-2/+2
* Don't use an incomplete array type to mark the start of the paddingMarcel Moolenaar2002-05-311-1/+8
* Add missing unlockJulian Elischer2002-05-301-1/+3
* Remove lock from ffs_vget introduced by v1.24. Instead of locking theSemen Ustimenko2002-05-303-76/+54
* Avoid unintentional trigraph.Garrett Wollman2002-05-301-1/+1
* Forget to change lookup function for oldcard side.Takanori Watanabe2002-05-301-3/+5
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-3011-12/+103
* Mistyped and lost a '&' in previous commit.Poul-Henning Kamp2002-05-301-1/+1
* Don't forget to factor in the boottime when we calculate PPS timestamps.Poul-Henning Kamp2002-05-301-0/+1
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-301-9/+9
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-309-66/+15
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-305-13/+13
* correct commented out preprocessor test for i386 to __i386__Alfred Perlstein2002-05-301-1/+1
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-302-5/+5
* Add compile time asserts for the size of struct gpt_hdr and structMarcel Moolenaar2002-05-301-0/+3
* Record the file, line, and pid of the last successful shared lock holder. ThisJeff Roberson2002-05-302-0/+11
* o Remove GCC specific attribute packed.Marcel Moolenaar2002-05-301-1/+2
* CURSIG() is not a macro so rename it cursig().Julian Elischer2002-05-296-18/+18
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-291-8/+8
* PHK claims there is a crc32.c now.David E. O'Brien2002-05-291-0/+1
* For some reason this didn't get added in my previous commit.Poul-Henning Kamp2002-05-291-0/+107
* Back out revision 1.639. PHK filed to commit the libkern file.David E. O'Brien2002-05-291-1/+0
* Version bump for addition of dlfunc(3).Garrett Wollman2002-05-291-1/+1
* diff reduction from KSE to keep WW-III from happenning on -currentJulian Elischer2002-05-291-1/+2
* PR: kern/38208Matthew Dillon2002-05-291-0/+7
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-295-120/+7
* Forgot to commit this file. Catch up to loader->kernel abi changes.Jake Burkholder2002-05-291-2/+6
* Add needed include of queue.h. Remove unneeded include of smp.h.Jake Burkholder2002-05-291-1/+1
* Forward declare struct trapframe.Jake Burkholder2002-05-291-0/+2
* Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwingJake Burkholder2002-05-291-1/+0
* Do not refer to the Intel PRO/1000 by its internal name.David E. O'Brien2002-05-292-2/+2
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingBrooks Davis2002-05-293-0/+24
* The kernel printf does not have %iPeter Wemm2002-05-291-1/+1
* Don't try to flush illegal alises from the data cache in vmapbuf andJake Burkholder2002-05-291-30/+0