aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-043-25/+25
* Bow to tradition and correctly implement the bogus-but-hallowed semanticsGarrett Wollman1998-08-311-5/+6
* Correctly set the return length regardless of the relative size of theGarrett Wollman1998-08-311-6/+3
* - hw.machine_arch returns cpu architecture type.KATO Takenori1998-08-311-2/+1
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltyBruce Evans1998-08-292-8/+8
* Close a race window for getnewbuf() between shared lock holders of the vnode.Luoqi Chen1998-08-281-2/+2
* priority comparison in maybe_resched() didn't work properly if currentMatthew Dillon1998-08-261-6/+13
* Fix DDBs printing of buf-flags after I changed them yesterday.Poul-Henning Kamp1998-08-251-3/+3
* Remove the last remaining evidence of B_TAPE.Poul-Henning Kamp1998-08-241-5/+1
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-247-73/+125
* Regnerate.Doug Rabson1998-08-242-2/+2
* Fix a few syscall arguments to use size_t instead of u_int.Doug Rabson1998-08-241-6/+6
* Add partial KLD support for ELF. The module loading is not written yet.Doug Rabson1998-08-242-0/+1006
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-2/+2
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-9/+4
* Don't check minor number of dump device at all.Dag-Erling Smørgrav1998-08-231-6/+1
* Fixed printf format errors.Bruce Evans1998-08-231-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-233-28/+37
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-233-142/+184
* Moved `nx' functions to the one place where they are used (su.c).Bruce Evans1998-08-201-78/+1
* Include opt_devfs.h which defines SLICE, to make previous commitDag-Erling Smørgrav1998-08-191-1/+2
* Make struct buf->b_offset reflect the real byte offset which gotSøren Schmidt1998-08-191-2/+2
* A limit of 200000 for the output buffer high watermark was excessive,Bruce Evans1998-08-191-11/+3
* Presently there is only one `currentldt' variable for all cpusMike Smith1998-08-181-1/+5
* Fixed nonsense overflow checking (checking that a long variable is lessBruce Evans1998-08-171-7/+5
* Enable kernel dumps on SLICE systems.Dag-Erling Smørgrav1998-08-161-1/+3
* Make ELF kernels build again.John Polstra1998-08-161-1/+3
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-162-5/+5
* pmap.c:Bruce Evans1998-08-161-4/+4
* Oops, the printf format error fixes confused curp->area with a pointer.Bruce Evans1998-08-151-3/+2
* Protect all modifications to v_numoutput with splbio().Doug Rabson1998-08-133-6/+14
* Don't configure compatibility code for pre-Lite2 mount() calls byBruce Evans1998-08-122-8/+8
* Modify the internal interfaces to the kernel linker to make it possibleDoug Rabson1998-08-122-14/+78
* Implemented dynamic registration of software interrupt handlers. NotBruce Evans1998-08-111-6/+97
* Fixed the formatting of some tables (mainly the one produced by psBruce Evans1998-08-102-5/+6
* The machine dependent disk slice manager does not recognizePoul-Henning Kamp1998-08-101-3/+6
* Protect all modifications to paging_in_progress with splvm(). The i386Doug Rabson1998-08-062-5/+13
* Removed unused function hzto().Bruce Evans1998-08-052-36/+2
* Move assignment of cur_rlp to after the acquisition of the list lock.David Greenman1998-08-051-2/+3
* remove nonsense code.Poul-Henning Kamp1998-08-041-4/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-14/+24
* Only access an int for READU/WRITEU since that is what ptrace is declared toDoug Rabson1998-07-291-2/+2
* Default to FreeBSD if no brand detected. This makes life easier whenDoug Rabson1998-07-291-5/+12
* Fixed printf format errors.Bruce Evans1998-07-295-61/+68
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-291-31/+74
* Use the slice-relative blkno in all parts of the label writeBruce Evans1998-07-291-3/+3
* Make the logging of abnormally exiting processes optional by a sysctl.Joerg Wunsch1998-07-281-6/+11
* Set bp->b_resid for failed transfers in dscheck(). This is theBruce Evans1998-07-281-1/+2
* Used daddr_t's, not ints, to store disk block numbers. Updated printfBruce Evans1998-07-281-9/+11
* Fixed double counting of runtime after a process exits. The lastBruce Evans1998-07-271-1/+11