summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.4.0_cvscvs2svn1999-12-2095-95/+95
* Add $FreeBSD$ tags to the generated files.Marcel Moolenaar1999-12-081-1/+7
* MFC:Archie Cobbs1999-12-062-160/+2
* MFC: m_dup() to produce writable copies of an mbuf chain.Julian Elischer1999-12-031-0/+78
* MFC: backport getenv_quad function.Matt Jacob1999-12-021-2/+18
* MFC: don't deref a null pointer (curproc) after a panic.Peter Wemm1999-11-301-1/+1
* MFC: Don't call the SYSUNINIT() routines if the load failed prematurely,Peter Wemm1999-11-283-1/+11
* MFC: link_elf.c rev 1.22, link_aout.c rev 1.23; make symbol searches forPeter Wemm1999-11-282-8/+12
* MFC: vnode can be left referenced if an ELF image is broken.Boris Popov1999-11-271-1/+3
* MFC: Don't bother creating a core file if the core limit is 0.Sean Eric Fagan1999-11-221-6/+10
* MFC vfs_syscalls.c/1.145 and vfs_vnops.c/1.84 - ensure that garbageMatthew Dillon1999-11-182-0/+10
* MFC 1.76 - only bother converting the stat structure if we intendMatthew Dillon1999-11-181-2/+3
* MFC: draft-mogul-pps-api-05.txt update.John Hay1999-10-161-41/+55
* MFC: The Aug 29 nanokernel code from Dave Mills.John Hay1999-10-101-106/+98
* MFC: in sbflush(), don't exit the while loop too early: this can causePierre Beyssac1999-10-011-1/+8
* Limit aliases to a vnode in the namecache to a sysctl tunableAlfred Perlstein1999-09-162-0/+11
* Do not prematurely panic.Alfred Perlstein1999-09-161-2/+15
* Make prototype and function decl. match.Sean Eric Fagan1999-09-011-2/+2
* MFC: clean up the coredump routines a bit, eliminating some duplicateSean Eric Fagan1999-09-013-83/+83
* MFC: don't follow symlinks on ktrace.Dima Ruban1999-09-011-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2994-94/+94
* MFC:Brian Feldman1999-08-292-7/+17
* MFC: don't follow symlinks on coredumpsDima Ruban1999-08-262-6/+6
* MFC: stop profiling on execWarner Losh1999-08-221-1/+4
* MFC: Change the name of the static variable 'files' to 'linker_files'Greg Lehey1999-08-201-14/+14
* MFC: 1.127,1.128 except adjust suser_xxx to oldstyle suser call.Warner Losh1999-08-111-9/+11
* MFC: If we still haven't got a sufficient number of free buffers after theTor Egge1999-08-091-2/+2
* MFC: 1.126 only root sets flags on devicesWarner Losh1999-08-021-1/+9
* FOLLOW should be NOFOLLOW.Brian Feldman1999-07-301-2/+2
* MFC: [rev 1.64] Fix a race condition between pmap_growkernel andAlan Cox1999-07-281-1/+3
* MFC: 1.58 (Peter)Julian Elischer1999-07-211-1/+5
* MFC: lower-level callout routines.Jonathan Lemon1999-07-161-24/+96
* MFC:Dmitrij Tejblum1999-07-151-17/+21
* MFC: handle interpreter loading in chroot'd env.Marcel Moolenaar1999-07-151-5/+8
* MFC: Return ENOEXEC for short gzipped files.Tim Vanderhoek1999-06-211-1/+10
* MFC: [rev 1.42] For consistency with other implementations, checkAlan Cox1999-06-201-3/+3
* MFC:Alan Cox1999-06-121-74/+53
* MFC: fixes for POSIX locking in threaded applications.Mike Smith1999-06-072-21/+18
* MFC (rev. 1.54): redefine MAXNBUFArchie Cobbs1999-06-071-18/+19
* MFC (1.56: fixed corruption of the kmemstatistcs list).Bruce Evans1999-06-061-4/+9
* MFC (rev. 1.53): ksprintn() race condition fixArchie Cobbs1999-06-061-8/+14
* MFC: make the location of init(8) tunable at compile and boot time.Dag-Erling Smørgrav1999-05-251-16/+34
* MFC: 1.74->1.75Julian Elischer1999-05-191-30/+23
* Brought in Luoqi's fix from PR 8416. This likely has benign priorityDavid Greenman1999-05-131-1/+7
* Backed out P_DEADLKTREAT stuff as it doesn't appear to fix the problem.David Greenman1999-05-132-34/+5
* MFC: Changes to shared locking to elevate the priority over exclusive lockDavid Greenman1999-05-112-7/+36
* MFC: Fix descriptor leak provoked by KKIS.05051999.003b exploit code.Don Lewis1999-05-101-1/+4
* Backed out changes in rev 1.51.2.1 since it causes a socket leak and thereDavid Greenman1999-05-101-21/+4
* MFC: securelevel time setting handling code. This has workedNick Sayer1999-05-091-8/+35
* MFC: Allow sysinstall to access disklabel on alpha.Doug Rabson1999-05-091-2/+8