aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4,Jacques Vidrine2003-10-031-0/+23
* MFS 1.55.2.11: Correct a reference counting bug in readv(2).Jacques Vidrine2003-10-021-6/+6
* Merge from RELENG_4_7 1.51.2.4.2.2:Jacques Vidrine2003-08-121-1/+1
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-101-1/+2
* Eliminate ptrace/exec race.Jacques Vidrine2002-01-232-3/+20
* MFC 1.216: Return EBADF if some vnode field has been reset to a NULL pointer.Jacques Vidrine2002-01-171-0/+2
* MFC 1.35: make semop()::nsops unsigned to prevent overflow.Dima Dorfman2001-09-111-5/+5
* MFS: don't share shared signal handlers accross the execWarner Losh2001-07-101-2/+25
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.cvs2svn2001-04-212-832/+0
* MFC: do not allow user applications to give aio bogus signals, fix someAlfred Perlstein2001-04-191-2/+13
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-04-171-0/+285
* MFC: Pull in STAILQ_LAST changes.Jeffrey Hsu2001-03-311-1/+1
* MFC: fnv hash improvements for nfsnode hash etc.Peter Wemm2001-03-211-17/+12
* MFC (1.185: fix access()).Bruce Evans2001-03-201-1/+1
* MFC: revision 1.97 of kern/vfs_aio.c and revision 1.24 of sys/aio.hAlan Cox2001-03-171-7/+26
* MFC: revs 1.71, 1.73, 1.74, 1.75: Fix up bogus poll() pollfd array limits.Peter Wemm2001-03-171-10/+18
* MFC: let protocol layer decide how to handle accept() on a disconnected socket.Jonathan Lemon2001-03-091-4/+1
* MFC: In soshutdown(), use SHUT_* constants instead of FREAD and FWRITE.Ruslan Ermilov2001-03-071-3/+5
* MFC:Alan Cox2001-03-071-12/+6
* MFC: Support for VERASE2, OCRNL, ONOCR, and ONLRET.John Baldwin2001-03-061-4/+23
* MFC:David E. O'Brien2001-03-054-10/+0
* MFC: Do not set a default ELF syscall ABI fallback.David E. O'Brien2001-03-052-8/+8
* MFC: 1.63: Hold a vnode reference corresponding to `rootvnode'.Ian Dowse2001-03-041-1/+2
* MFC: Ensure that RLIMIT_NPROC limits are at least 1 to avoid badTor Egge2001-03-021-0/+4
* MFC vfs_bio.c/1.273, kern/vfs_cluster.c/1.105, nfs/nfs_vnops.c 1.164,Matthew Dillon2001-03-022-9/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-261-0/+547
* MFC: sync kq up to current (extend to device layer, plus other fixes)Jonathan Lemon2001-02-2611-195/+248
* MFC: Better approach for registering EVFILT_AIO type kq events.Jonathan Lemon2001-02-261-29/+33
* MFC: have accept return ECONNABORTED for sockets which are now gone.Jonathan Lemon2001-02-242-6/+16
* MFC: 1.102 kern_sysctl.c 1.88 sysctl.hJohn Baldwin2001-02-221-2/+2
* MFC: ABI dependent MINSIGSTKSZ.Marcel Moolenaar2001-02-223-3/+7
* MFC: Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-02-181-0/+15
* MFC 1.116->1.117: Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.Hajimu UMEMOTO2001-02-181-0/+3
* MFC: 1.95,1.96: All the VFS are not UFS. This stops tail -f fromPeter Wemm2001-02-091-0/+8
* MFC Tor's buffer cache fixes. This turns buffer_map into a system map,Matthew Dillon2001-02-091-6/+13
* Fix detection of flags. Otherwise directory names containing '-'Dirk Froemberg2001-02-051-1/+1
* MFC: Add wimpy version of the M_WRITABLE macro to -stable. Use itDavid Malone2001-02-041-2/+4
* MFC: kobj functionalityCameron Grant2001-02-023-318/+410
* MFC, writeable CD support.Kenneth D. Merry2001-01-291-1/+21
* MFC 1.103. Do not cluster with B_LOCKED buffers. This appears to fixMatthew Dillon2001-01-241-5/+21
* MFC: Reparent a kernel thread to init during kthread_exit() so that theJeroen Ruigrok van der Werven2001-01-231-0/+2
* MFC r1.14:Nick Hibma2001-01-181-8/+7
* MFC r1.88: Reset the devclass if attach fails.Nick Hibma2001-01-181-0/+4
* MFC: logging of /dev/console output to syslogd. Disabled by default.Poul-Henning Kamp2001-01-163-108/+165
* MFC: 1.68 and 1.70. Don't corrupt pipe_zone if pipe creation fails.David Malone2001-01-111-14/+22
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-01-081-0/+474
* MFC rev.1.14 (partially):Nick Hibma2001-01-061-1/+1
* Include <sys/sysent.h>, which defines SCARG.Alexander Langer2001-01-061-0/+1
* MFC: limit utraceAlfred Perlstein2001-01-061-0/+2
* MFC (cosmetic, rev 1.91): correct typos.Bill Fumerola2000-12-311-2/+2