summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Even the most recently allocated buffer may not have its b_blknomckusick1998-12-051-2/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-049-19/+21
* Fixed broken code in sendfile(2) when using file offsets.dg1998-12-031-5/+7
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-031-2/+55
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-021-27/+59
* Check return value of malloc() in expand_name.eivind1998-12-021-1/+3
* Make the previous behaviour the default, add a sysctl which youphk1998-11-292-24/+84
* Compare p_cpulimit with RLIM_INFINITY before comparing it with the processdg1998-11-271-2/+3
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-2/+2
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-261-2/+17
* Staticize.eivind1998-11-262-5/+5
* Fixed the previous fix - stathz doesn't give the statclock frequencybde1998-11-261-5/+6
* Oops, yet again back out some local changes that shouldn't have beenbde1998-11-261-5/+5
* Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz.bde1998-11-261-8/+8
* Make timecounters more resistant to badly behaved SW/HW which locksphk1998-11-232-20/+36
* Add a kludge to prevent panicing when using VM86 and hitting heresos1998-11-232-4/+4
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.bde1998-11-231-1/+2
* We can't call fsetown() from sonewconn() because sonewconn() is be calledtruckman1998-11-233-5/+5
* Fixed some missing cases in the check for ioctls that involve modification.bde1998-11-221-8/+25
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-182-3/+8
* Because buffers may be tossed and recreated at will under the new VMmckusick1998-11-171-4/+9
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* A couple of minor sanity checks.dfr1998-11-151-4/+10
* In sendfile(2), check against sb_lowat when filling the socket buffer,dg1998-11-151-2/+2
* Fixed the type of vfs_modevent (a little late, to match the correspondingbde1998-11-151-2/+2
* Fixed a missing include. <sys/kernel.h> is needed by the newbde1998-11-151-2/+2
* Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusyingdg1998-11-141-3/+3
* My changes to the new device interface:wollman1998-11-145-91/+286
* Don't count non-local dirty buffers as outstanding when shutting down.msmith1998-11-131-1/+17
* A couple of fixes to device_delete_child() to delete all children ofdfr1998-11-131-2/+10
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-131-15/+4
* kldsym(2) prototype implementationpeter1998-11-111-1/+54
* regenerate (+kldsym)peter1998-11-112-2/+4
* A kldsym(2) syscall prototype for extracting information from the in-kernelpeter1998-11-111-1/+2
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-113-8/+11
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-1112-108/+259
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-105-7/+11
* Register and unregister vnodeops the new way rather than leaking onpeter1998-11-101-12/+6
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-101-3/+8
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-104-201/+234
* Arrange for unload-time linker set hooks to be called. While cut/pastingpeter1998-11-101-14/+71
* Have MALLOC_DECLARE() initialize malloc types explicitly, and have thempeter1998-11-101-6/+34
* If the session leader dies, s_leader is set to NULL and getsid() maytruckman1998-11-093-5/+10
* Add semicolon to INTERFACE declaration.nsouch1998-11-081-2/+2
* Add semicolon to INTERFACE declarationsnsouch1998-11-081-2/+2
* "Here is the most recent version of makedevops.pl. I've made the parsingnsouch1998-11-081-177/+350
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Added support for non-blocking sockets to sendfile(2).dg1998-11-061-1/+20
* Don't put aggregate structs 4K large on the kernel stack, especially whenpeter1998-11-062-46/+60
* Define the kld_debug variable if KLD_DEBUG is enabledpeter1998-11-061-1/+5
OpenPOWER on IntegriCloud