summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-12-05Bring in fresh pool from NetBSD. Some improvements and fixes.Artur Grabowski
2000-11-21support for kernel events on vnodes, from jlemon@freebsd.org, okay art@Niels Provos
2000-11-18better permission check; okay art@, millert@Niels Provos
2000-11-17calculate timeouts correctly, simpler.Niels Provos
2000-11-17correct timersubNiels Provos
2000-11-16rcsid; fix comment; lots of bad tabs and spacesMichael Shalayeff
2000-11-16syncNiels Provos
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09PHOLD/PRELE instead manual fiddling with p_holdcntArtur Grabowski
2000-11-09Use PHOLD/PRELE instead of manually fiddling with p_holdcnt.Artur Grabowski
2000-11-08Cleanup.Artur Grabowski
2000-11-08If MD code has defined curproc, don't do it here.Artur Grabowski
2000-11-07No need for extern struct proc *curproc.Artur Grabowski
2000-11-06Don't bomb when the length of pagedvn vm_cmd is not page aligned.Artur Grabowski
2000-10-12allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary forJun-ichiro itojun Hagino
2000-10-10implement ppsratecheck(9). from netbsd.Jun-ichiro itojun Hagino
2000-09-28When allocating the unallocated file descriptors 0, 1 and 2 for suid execs,Artur Grabowski
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...Michael Shalayeff
2000-09-27Minimal optimization.Artur Grabowski
2000-09-26Don't use MALLOC/FREE on variable sized allocations.Artur Grabowski
2000-09-24prevent memory leak in fdalloc; fix by greg@nest.cxNiels Provos
2000-09-20Off by one in a validity checkNiklas Hallqvist
2000-09-12o add missing getsid() prototypeTodd C. Miller
2000-09-12regenTodd C. Miller
2000-09-12sys_getsid() and sys_getpgid() return pid_t, not int (though pid_t *is*Todd C. Miller
2000-09-12NATM domain; stoklund@taxidriver.dkTheo de Raadt
2000-09-07On resume run the powerhook in installation order.Artur Grabowski
2000-09-07Put powerhooks on a CIRCLEQ instead of LIST.Artur Grabowski
2000-09-07Run powerhooks at splhigh.Artur Grabowski
2000-09-05Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@Aaron Campbell
2000-08-31re-org ecoff headers. move some declarations from exec_ecoff.c to exec_ecoff.hEric Jackson
2000-08-23Move the updating of timeout queues to after ticks is incremented.Artur Grabowski
2000-08-08permit changing flagsTheo de Raadt
2000-08-04clear rings before freeing themTheo de Raadt
2000-08-04KNFTheo de Raadt
2000-08-03s/principal/priciple/; from netbsdMichael Shalayeff
2000-07-19Many drivers use a timeout on ttrstrt, make this a generic interface.Artur Grabowski
2000-07-17art, at least commit something which compiles!Theo de Raadt
2000-07-17Don't wait for B_READ buffers on shutdown.Artur Grabowski
2000-07-17FORK_SHAREVM only works on non-UVM kernels.Artur Grabowski
2000-07-12remove m_pulldown statistics, which is highly experimentalJun-ichiro itojun Hagino
2000-07-10last change was not tested on VM systemsTheo de Raadt
2000-07-07The rfork sharing of vmspace is .. special and was broken with UVM.Artur Grabowski
2000-07-07Make hzto return 0 for timeouts that should happen now or in the past.Artur Grabowski
2000-07-07Be more paranoid about return values from hzto.Artur Grabowski
2000-07-07Isn't code sharing great?Artur Grabowski
2000-07-07When select is awakened by a select collission, we need to recalculateArtur Grabowski
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson