aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add an MI bus_dmamap_load_mbuf_sg() that wraps aroundJohn Baldwin2006-12-061-0/+37
* MFC: Return EINVAL if the tv_usec part of the utimes(2) argumentsDiomidis Spinellis2006-01-221-0/+3
* Multiple interrupt handlers may try to queue an event for aStephan Uphoff2005-09-201-1/+4
* MFC rev. 1.19 sys/kern/uipc_accf.c to sys/kern/uipc_socket.c, bug fixes for:Maxim Konovalov2005-06-261-1/+3
* Back out the previous revision to unbreak UDP and NFS.Scott Long2005-06-091-3/+1
* MFC: v1.209John-Mark Gurney2005-06-071-1/+3
* MFC: Fix two issues which were missed in FreeBSD-SA-05:08.kmem.Colin Percival2005-05-081-0/+1
* If we are going toColin Percival2005-05-061-0/+1
* MFC a helper routine that will be used in a USB MFC.Julian Elischer2005-04-281-0/+6
* MFC 1.241-1.242:Diomidis Spinellis2005-04-081-6/+13
* prevent a crash when the watched proc exits... This bug was inadvertantlyJohn-Mark Gurney2005-03-081-0/+1
* MFC 1.133: Change the array of char to an array of struct pollfd.Andre Oppermann2004-09-131-3/+3
* MFC 1.187: allow more than MLEN bytes for ancillary data to meet theHajimu UMEMOTO2004-08-131-1/+4
* MFC (1.140: Turned off the "calcru: negative time" warning for certainBruce Evans2004-06-221-6/+31
* Raise the ipl to splstatclock() in donice() before calling resetpriority().Bruce Evans2004-06-221-0/+5
* MFC:Max Khon2004-06-172-0/+14
* MFC: rev 1.124. Fix "thundering herd" problem in accept.Paul Saab2004-05-191-1/+1
* MFC: 1.17: Enforce the poll_burst <= poll_burst_max constraint.Ruslan Ermilov2004-04-151-0/+2
* MFC: 1.6: make this compile without warnings.Ruslan Ermilov2004-04-071-2/+2
* Finish initializing a knote before we pass it to a callout. This hadColin Percival2004-04-041-1/+1
* This is the right fix for the information leakage.Pawel Jakub Dawidek2004-03-301-8/+8
* MFC informations leakage fix.Pawel Jakub Dawidek2004-03-261-3/+7
* MFC revision 1.69: Correctly adjust the number of processes waiting on aColin Percival2004-03-241-6/+12
* MFC:Paul Saab2004-03-222-22/+191
* MFC: kern_exit.c 1.222Don Lewis2004-03-031-4/+3
* MFC: kern_exit.c 1.221Don Lewis2004-03-032-0/+3
* MFC: Fix off by one error when clearing posix locks during detach ofTor Egge2004-02-281-1/+1
* Don't allow mount/umount operations inside jail as well as don't allowPawel Jakub Dawidek2004-02-191-0/+6
* MFC 1.163 - Add a somewhat redundant check on the getsockaddr() lenDon Lewis2004-02-191-0/+2
* Push m_apply() and m_getptr() up into the collection of standard mbufBruce M Simpson2004-02-101-0/+61
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-051-0/+1
* MFC kern_sig.c:1.266Robert Watson2004-01-241-1/+1
* MFC: Allow md_get_xxx() to be called with a NULL result pointer if theTim J. Robbins2004-01-101-17/+32
* Export the session id in struct kinfo_proc.Dag-Erling Smørgrav2004-01-081-0/+2
* MFC: Use casts to fix printf warnings in print_uptime() on alpha.John Baldwin2003-12-111-4/+4
* Fix two white space nits.Don Lewis2003-12-041-2/+2
* The existing hash algorithm in bufhash() does not distribute entriesDon Lewis2003-12-031-2/+37
* Fixed a bug in sendfile(2) where the sent data would be corrupted dueDavid Greenman2003-12-011-0/+5
* Don't check block number overflow for D_MEM.Hidetoshi Shimokawa2003-11-141-1/+8
* MFC rev 1.143; don't allow a listen on already connected socketsMike Silbersack2003-11-111-0/+4
* MFC: rev. 1.88Max Khon2003-11-111-2/+5
* MFC src/sys/kern/kern_fork.c,v 1.126David Schultz2003-11-111-0/+4
* MFC: v1.152John-Mark Gurney2003-10-141-2/+7
* MFC (the spirit of) procfs_dbregs.c 1.23, procfs_fpregs.c 1.29,Jacques Vidrine2003-10-021-0/+23
* Correct a case in readv(2) where the file descriptor reference countJacques Vidrine2003-10-021-6/+6
* Save and restore the interrupt mask in fork1() instead of usingIan Dowse2003-09-281-3/+3
* Protect crfree() with splhigh; without this, there appears to beMike Silbersack2003-09-231-0/+4
* MFC mbuf_stress_test Mark II.Mike Silbersack2003-09-131-0/+84
* MFC: Move dynamic sysctl(8) variable creation for the cd(4) and da(4)Kenneth D. Merry2003-09-101-0/+26
* More vm_offset_t -> vm_paddr_t conversions in kernel dump related code.Luoqi Chen2003-08-311-1/+1