aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-144-4/+0
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.Poul-Henning Kamp2002-09-141-3/+2
* Move setugidsafety() call outside of process lock. This prevents a lockNate Lawson2002-09-141-3/+5
* Userland changes to go with vnode->v_tag change.Nate Lawson2002-09-141-23/+18
* Use the macros from machine/fsr.h; some minor cleanups.Thomas Moestl2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),Thomas Moestl2002-09-146-1/+126
* Use the definitions in machine/fsr.h instead of duplicating these magicThomas Moestl2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.Thomas Moestl2002-09-141-14/+17
* Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Hajimu UMEMOTO2002-09-141-0/+2
* kthread.h is not neededScott Long2002-09-141-1/+0
* Removed a debugging printf() left here in peter'sMaxime Henrion2002-09-141-1/+0
* Remove a conditional #include <sys/kernel.h>, it is alreadyMaxime Henrion2002-09-141-1/+0
* Return an error if a symbol is not found in reloc_jmpslots() instead ofThomas Moestl2002-09-141-0/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-1455-125/+133
* Reference the socket we're accepting.Benno Rice2002-09-141-0/+2
* Apparently something down in the guts of vm/uvm still needs giantJulian Elischer2002-09-142-0/+4
* s/VOP_NULL/VATTR_NULL/Robert Watson2002-09-141-1/+1
* Put firewire under architectures it actually might conceivablyMatt Jacob2002-09-141-1/+2
* Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payloadArchie Cobbs2002-09-141-1/+1
* When using res_send/res_query/res_search, the caller must eitherJacques Vidrine2002-09-136-26/+7
* The nfsroot code should be conditional on NFSCLIENT, not NFS (which noPeter Wemm2002-09-131-1/+1
* Begin of MFen 1.423Sebastien Gioria2002-09-131-137/+220
* mlockall() and munlockall() are unimplemented; remove their prototypes.Mike Barcroft2002-09-131-8/+2
* Promote gcore from i386-specific to the MI section.Peter Wemm2002-09-131-1/+1
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-137-577/+68
* For boot verbose, print resources assigned in a more asthetically pleasingWarner Losh2002-09-131-5/+11
* Add an implementation of fabs() (which is quite trivial).Thomas Moestl2002-09-132-1/+38
* Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64Thomas Moestl2002-09-131-3/+5
* Overhaul the kernel-simulation bits here to use pthreads instead.Poul-Henning Kamp2002-09-1319-160/+144
* Add firewire moduleKatsushi Kobayashi2002-09-131-0/+1
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-1326-0/+12176
* "Fix" printf format issues by using %jPoul-Henning Kamp2002-09-133-5/+8
* Use biowait() rather than DIY.Poul-Henning Kamp2002-09-131-24/+4
* Fix a bug were a struct bio was freed and certain members subsequentlyPoul-Henning Kamp2002-09-132-8/+6
* Oops, broke the build there. Uninline biodone() now that it is non-trivial.Poul-Henning Kamp2002-09-132-9/+30
* Make biodone() default to wakeup() on the struct bio if no bio_donePoul-Henning Kamp2002-09-131-1/+4
* Add a couple more of the big/little-endian conversion routines and makePoul-Henning Kamp2002-09-132-6/+25
* Fix another two printf() format errors which weren't warnedMaxime Henrion2002-09-132-8/+8
* Drop the proc lock while calling fdcheckstd() which may block to allocateDon Lewis2002-09-131-1/+8
* Fix another printf() format error which wasn't warned aboutMaxime Henrion2002-09-132-4/+6
* Fix a printf() format error on 64 bits architectures.Maxime Henrion2002-09-132-6/+8
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-132-5/+7
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.Eric Anholt2002-09-132-12/+8
* New release notes: sendfile(2) bugfix + MFC.Bruce A. Mah2002-09-132-32/+46
* Style: tab between #define and macro name.Tim J. Robbins2002-09-121-4/+4
* Add a blank line to make this more consistent with the rest of the file.John Baldwin2002-09-121-0/+1
* Pass the physical instead of the logical block number inJoerg Wunsch2002-09-122-2/+2
* Fix sendmail to use checkyesno since rc.conf is no longer re'sourced from theGordon Tetlow2002-09-121-6/+2