summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-02-12const char *mclpool_warnmsg -> const char mclpool_warnmsg[]thorpej
2002-02-11Switch default for pipes to the faster John S. Dyson's implementation.jdolecek
2002-02-10getblk()'s "block size invariant" isn't valid for VBLK vnodeschs
2002-02-09extent_alloc_subregion1(): when a candidate region doesn't fit after beingbouyer
2002-02-08Andrew Brown found that we overflowed all cases in the TTLINEDNAMELEN.christos
2002-02-08Add a "ddb" command (if DDB is configured into the kernel) forthorpej
2002-02-05add an assert (hopefully to find where we recycle vnodes withoutchs
2002-02-02Kick DEFAULT_MAXPTYS from 256 to 992tls
2002-01-31fcntl(..., F_GETOWN, ...): fix LP64-BE bug; raised by der Mousekleink
2002-01-31Add {POSIX_MONOTONIC_CLOCK} variables.kleink
2002-01-31Implement the CLOCK_MONOTONIC clock for the posix/opengroup realtimesimonb
2002-01-28Define ELF32_EHDR_FLAGS_OK()/ELF64_EHDR_FLAGS_OK() and use itthorpej
2002-01-28Remember to update the "size copied" counter in sysctl_diskstats().simonb
2002-01-28Use TAILQ_FOREACH().simonb
2002-01-28Add sysctls to read tk_{nin,nout,cancc,rawcc} (under a kern.tkstat node).simonb
2002-01-27- kern.maxvnodes: only call vfs_reinit() and nchreinit() if the valuelukem
2002-01-27Implement the hw.disknames and hw.diskstats sysctl's that have been listedsimonb
2002-01-12Clear the P_INEXEC flag in other labels. Pointed out by he@netbsd.orgchristos
2002-01-11Fix a ptrace/execve race that could be used to modify the child process'schristos
2002-01-07Added code to correctly match and launch o32 and n32 IRIX binaires (note thatmanu
2002-01-05add support for the `D' kgdb detach commanddbj
2002-01-04Switch ELF emulations to ELF core files (except for netbsd32 and svr4-32).thorpej
2002-01-03fix previous: actually remove the COMPAT_SUNOS code, not just #if 0 it.mrg
2002-01-03move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into themrg
2002-01-01Happy New Year!perry
2001-12-27In clalloc(), clear the quoted char bitmap (part of the ring buffer wasad
2001-12-18PR/14795: Christos Zoulas: Fix locking problem on MP systems wherechristos
2001-12-18unmap loaned pages before dropping the loan. some pmaps aren'tchs
2001-12-11fix typo in #ifdef __FreeBSD__jdolecek
2001-12-10Cast off_t to (long long) for printing.thorpej
2001-12-10Move the code that walks the process's VM map during a coredumpthorpej
2001-12-10KNF.enami
2001-12-10update vnode flags in ddb vnode-printing function.chs
2001-12-10Don't compare an int against NULL.thorpej
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-09Changed clocktl interface to use syscallargs structuresmanu
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-12-08- Implementlukem
2001-12-08Test ".." correctly when creating reverse cache entry.enami
2001-12-08Make the coredump routine exec-format/emulation specific. Splitthorpej
2001-12-07Back off previous for now, Jason thinks it's not right. Will discussjdolecek
2001-12-06remove diagnostic test checking for cr_ref = 0. It will never be, becausechristos
2001-12-06replace FIF_WANTCLOSE/FIF_LARVAL with FWANTCLOSE/FLARVAL, which are setjdolecek
2001-12-06in vinvalbuf(), vtruncbuf() and vflushbuf(), don't skip callingchs
2001-12-05Use NULL instead of 0 in a few places.augustss
2001-12-05Implement sigismasked() correctly. KNF while I'm here.enami
2001-12-05Introduce new function malloc_roundup(), suggested by Bill Sommerfeldenami
2001-12-05* Allow machine-dependent code to specify hooks for ptrace(2)thorpej
2001-12-04KNF and other cosmetic changes.enami