aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-26109-109/+109
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0cvs2svn2000-07-262-284/+0
* MFC: check for truncated files and also set VTEXT on external included filesBrian Feldman2000-07-251-3/+32
* When shutdown(s, SHUT_RD) is called, it calls sorflush(), which usesJonathan Lemon2000-07-241-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-202-0/+284
* MFC: [rev 1.66] If devclass_alloc_unit() is called with a wired unit #,Alan Cox2000-07-191-12/+7
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-193-15/+14
* MFC: kqueue API change + latest changes from -currentJonathan Lemon2000-07-184-69/+57
* MFC: rev 1.265 - Fix support for more than 256 simultaneous mountsBoris Popov2000-07-161-2/+4
* MFC: rev 1.49 - correct execution order of SYSINITs within the sameBoris Popov2000-07-161-2/+2
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-0/+9
* MFC: convert ktrgenio() to use a uio to fix a DoS.Brian Feldman2000-07-153-56/+79
* o MFC changes in revisions 1.56 and 1.57 from 5.0-CURRENT to 4.0-STABLERobert Watson2000-07-141-6/+14
* MFC: Zero the tv_usec field in the atv timeval struct for infinite timeoutsJohn Baldwin2000-07-131-2/+6
* MFC: Fix select() and poll() to handle timeouts correctly when called withJohn Baldwin2000-07-121-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-121-0/+332
* MFC: 1.29 fixes the disk going away and then coming back problemWarner Losh2000-07-111-24/+28
* MFC: move the securelevel check into linker_load_file()Archie Cobbs2000-07-102-7/+10
* MFC:Boris Popov2000-07-071-0/+24
* MFC: Change our ELF binary branding to match the SCO (as USL) method inDavid E. O'Brien2000-07-061-26/+27
* MFC: rev 1.37 [sort the sys includes]David E. O'Brien2000-07-041-3/+3
* MFC rev 1.14: fix calling semantics wrt suser() in ipcperm().Brian S. Dean2000-07-011-7/+2
* MFC: 1.85, don't panic on strange filetypesAlfred Perlstein2000-06-271-1/+1
* MFC: textvp_fullpath()Dag-Erling Smørgrav2000-06-201-0/+94
* MFC (1.67: fixed allocation of unit numbers).Bruce Evans2000-06-141-2/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-042-0/+256
* MFC rev 1.58Warner Losh2000-05-271-0/+1
* MFC: include opt_rootdevname.hMike Smith2000-05-221-0/+2
* MFC SMP Cleanups, regenerate syscallsMatthew Dillon2000-05-162-7/+7
* MFC the SMP cleanup.Matthew Dillon2000-05-1612-44/+78
* MFC 1.56, guarentee local buffer alignment for ioctlMatthew Dillon2000-05-131-3/+6
* MFC: Use a MI /dev/[u]random device.David E. O'Brien2000-05-101-1/+0
* MFC i386/linux/imgact_linux.c 1.36 and friends - fix #! script execMatthew Dillon2000-05-092-32/+37
* MFC: If selecting a new unit number for a new device, don't pick theNick Hibma2000-05-071-13/+20
* MFC: kqueue() and kevent()Jonathan Lemon2000-05-0514-12/+463
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-041-0/+913
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-041-0/+393
* MFC: remove semconfig(2)Peter Wemm2000-05-014-92/+6
* MFC: remove semconfig()Peter Wemm2000-05-011-1/+1
* MFC sequential write detection heuristic. This extends the sequentialMatthew Dillon2000-04-262-35/+67
* MFC (rev 1.130): SIGIO bug fixArchie Cobbs2000-04-111-0/+2
* MFC: make SYSVSHM limits arbitarily configurable via sysctl after bootPeter Wemm2000-04-022-33/+83
* MFC buffer cache cleanup, geteblk fix.Matthew Dillon2000-03-271-198/+138
* MFC 1.61 - fix in-kernel infinite loop in pipe_write() when reader goesMatthew Dillon2000-03-241-3/+15
* MFC: Add sysctl kern.coredumpPaul Saab2000-03-211-1/+5
* MFC: In vn_isdisk(), return ENXIO if vp->v_rdev is NULL before passing thatChris Costello2000-03-191-0/+5
* MFC 1.59: free the socket in soabort() if the protocol couldn't.Bill Fenner2000-03-181-1/+7
* MFC: Remove MAX_PERF with extreme prejudice.Paul Saab2000-03-174-50/+0
* MFC: 1.250 Don't try so hard to make the lower 16 bits of fsids unique.Paul Saab2000-03-171-22/+13
* MFC: 1.65 Print "previous type" correctly when INVARIANTS is defined.Paul Saab2000-03-171-1/+1