summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Document BUS_CREATE_INTR and BUS_CONNECT_INTR.dfr1998-09-161-3/+8
* Restore the core-dumping of all writable segments for ELF executables,jdp1998-09-161-80/+188
* Erk. Revert back to 1.31, dumping only data and stack to the corejdp1998-09-151-200/+68
* When choosing segments to write to the core file, don't assume thatjdp1998-09-151-2/+3
* Instead of just the data and stack segments, include all writablejdp1998-09-151-68/+199
* kern_clock.c:gibbs1998-09-153-48/+9
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-151-26/+52
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-84/+67
* New Kernel device statistics code.gibbs1998-09-151-0/+245
* Remove includes that are no longer needed, now that the core dumpingjdp1998-09-141-9/+1
* Viola! The kernel now generates standard ELF core dumps for ELFjdp1998-09-141-16/+280
* Remove the SLICE code.sos1998-09-145-22/+5
* Add provisions for variant core dump file formats, depending on thejdp1998-09-144-104/+115
* Implement dynamic loading for ELF.dfr1998-09-112-372/+820
* Avoid a possible memory leak.dfr1998-09-111-2/+8
* Don't keep the underlying directory locked while performing the filetegge1998-09-102-8/+32
* Don't use CTL_VFS at the wrong level. This caused loops in the sysctlbde1998-09-091-3/+2
* Made unloading of the nfs LKM sort of work. This is mainly to testbde1998-09-071-4/+9
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-14/+115
* Store formatted panic string in static buffer to make it available laterache1998-09-062-6/+20
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-053-20/+63
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-052-2/+4
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-053-10/+10
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-052-10/+25
* Fixed recently perpetrated printf format errors.bde1998-09-053-8/+6
* make sbflush panic messages more descriptiveache1998-09-042-6/+8
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-043-25/+25
* Bow to tradition and correctly implement the bogus-but-hallowed semanticswollman1998-08-311-5/+6
* Correctly set the return length regardless of the relative size of thewollman1998-08-311-6/+3
* - hw.machine_arch returns cpu architecture type.kato1998-08-311-2/+1
* Oops, the previous revision unconfigured too much pre-Lite2 compatibiltybde1998-08-292-8/+8
* Close a race window for getnewbuf() between shared lock holders of the vnode.luoqi1998-08-281-2/+2
* priority comparison in maybe_resched() didn't work properly if currentdillon1998-08-261-6/+13
* Fix DDBs printing of buf-flags after I changed them yesterday.phk1998-08-251-3/+3
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-5/+1
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-247-73/+125
* Regnerate.dfr1998-08-242-2/+2
* Fix a few syscall arguments to use size_t instead of u_int.dfr1998-08-241-6/+6
* Add partial KLD support for ELF. The module loading is not written yet.dfr1998-08-242-0/+1006
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+2
* remove bdevsw arg from dsopen();phk1998-08-231-9/+4
* Don't check minor number of dump device at all.des1998-08-231-6/+1
* Fixed printf format errors.bde1998-08-231-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-233-28/+37
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-233-142/+184
* Moved `nx' functions to the one place where they are used (su.c).bde1998-08-201-78/+1
* Include opt_devfs.h which defines SLICE, to make previous commitdes1998-08-191-1/+2
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-191-2/+2
* A limit of 200000 for the output buffer high watermark was excessive,bde1998-08-191-11/+3
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-181-1/+5
OpenPOWER on IntegriCloud