summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-07-23Include "uvm/uvm_param.h" to get definition of "VM_MAX_KERNEL_BUF" astron
2000-07-22Delete a couple of <uvm/uvm_extern.h> includes that were forsimonb
2000-07-22change the lf_advlock() arguments fromjdolecek
2000-07-18Same change in the kgdb code as was done in ddb:jeffs
2000-07-16Don't wait for B_READ buffers to finish in vfs_shutdown, it makes no sensefvdl
2000-07-14Don't use *(unsigned int *)data to get the signal number out; this willfvdl
2000-07-14- Fix the likely cause of the "ps(1) hangs machine" problem. Alwaysthorpej
2000-07-14ANSI'ify.thorpej
2000-07-13Add a comment about the hzto() return value.thorpej
2000-07-13New hzto() function from FreeBSD and Artur Grabowski <art@stacken.kth.se>.thorpej
2000-07-13Add a KERN_CONSDEV sysctl that returns cn_tab->cn_dev (if cn_tab is notsimonb
2000-07-13Correct omissions inadvertantly introduced when the non-debugmjacob
2000-07-13remove m_pulldown statistics code. it is highly experimental and belongitojun
2000-07-13modify load_file to load at relative vms'a as specified in the phdr's.matt
2000-07-13remove a debugging printf.matt
2000-07-13When select(2)/poll(2) is awakened by a collision, recalculate thethorpej
2000-07-13Extend the vmcmd stuff a bit. Add a flags field and definematt
2000-07-11Add back a failure return statement in check_header() which I accidentlykleink
2000-07-09Comment police. s/DIAGNOSTICS/DIAGNOSTIC/jhawk
2000-07-09add ppsratelimit(9), which does event-per-sec rate limitation.itojun
2000-07-09shorten splclock() period in ratelimit().itojun
2000-07-09When unmounting, make sure to free the syncer vnode so that it can be reused.mycroft
2000-07-08Format paranoiasommerfeld
2000-07-08Format paranoia.sommerfeld
2000-07-07more extent_alloc() fixes:mrg
2000-07-06adjust maximum number of vnodes in vnode cache accordingjdolecek
2000-07-04change tablefull() to accept one more parameter - optional hintjdolecek
2000-06-27vinsheadfree -> ungetnewvnodefvdl
2000-06-27Add vinsheadfree, a small function to push vnodes that have justfvdl
2000-06-27remove include of <vm/vm.h>mrg
2000-06-26remove redundant vm includes.mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-25<vm/vm_pageout.h> is already empty; kill it totally.mrg
2000-06-24Fix-up (#if 0'd) printf() formats.pk
2000-06-21Add some kernel printfs (under DEBUG) to print messages when bad thingsmatt
2000-06-21Add vmcmd_readvn (which was the 2nd halt of vmcmd_map_readvn).matt
2000-06-19Correct situation where vnode was left hanging around when trying topooka
2000-06-16in extent_alloc_subregion1(), check for EXTENT_ALIGN() overflow whenmrg
2000-06-16Add #ifdef checks for SYSVMSG, SYSVSEM and SYSVSHM in more places to catchsimonb
2000-06-16Add a KERN_MSGBUF sysctl to return the message buffer.simonb
2000-06-15Enable passing of the MNT_SOFTDEP flag in the mount system call.fvdl
2000-06-13Replace my personal attribution string ("This product includes softwarecgd
2000-06-13round the sizes of mapped text and data segments to PAGE_SIZE.chs
2000-06-13make sure that the size we pass to uvm_map() is a multiple of PAGESIZE.chs
2000-06-13In the KERN_GETPROC* handler:simonb
2000-06-12Fix several problems with lockf/fcntl byte range locks:sommerfeld
2000-06-10Fix assorted bugs around shutdown/reboot/panic time.sommerfeld
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-06-09PE/COFF (Win32) compatible binary support (experimental).oki
2000-06-08Use ltsleep().thorpej