needs -I/sys for the miscfs directory, put the man pages in
[unix-history] / usr / src / sys /
1993-06-04 Keith Sklowerfunction types in proto switch have changed
1993-06-04 Keith Sklowerget rid of unnecessary includes
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Kirk McKusickmlock/munlock lengths are size_t's
1993-06-03 Kirk McKusickadd prototypes for mlock and munlock
1993-06-03 Keith Bosticfix the returns on pr_ functions
1993-06-03 Keith Bosticdom_init doesn't return a value
1993-06-03 Mike Hiblermlock returns EAGAIN for requests exceeding one of...
1993-06-03 Mike Hiblerfix up vm_map_pageable for mlock/munlock (changes from...
1993-06-03 Mike Hibleradd mlock/munlock calls
1993-06-03 Mike Hiblerhack: initialize vm_page_max_wired (max wired user...
1993-06-03 Mike Hiblerfix minor typo
1993-06-03 Mike Hibleradd mlock/munlock
1993-06-03 Mike Hibleradd pmap_wired_count macro for mlock/munlock
1993-06-03 Mike Hibleradd pmap_wired_count macro for use in mlock/munlock
1993-06-03 Mike Karelsdeliver data to non-atomic protocols in regular-sized...
1993-06-03 Akito Fujitafix stack frame format checking
1993-06-03 Akito Fujitasupport kernel profiling
1993-06-03 Akito Fujitasupport LUNA-II 2nd SCSI & LANCE (not yet)
1993-06-03 Akito Fujitaremove unnecessary include
1993-06-03 Akito Fujitasupport kernel profiling
1993-06-02 Keith Bosticunedit Makefile
1993-06-02 Kirk McKusickadd busyprt to sysctl debug
1993-06-02 Kirk McKusickupdate copyright on bootup
1993-06-02 Kirk McKusickfix bug when expanding the size of a file with truncate
1993-06-02 Kirk McKusickbug fix from Mark Davies <mark@comp.vuw.ac.nz>
1993-06-02 Marc Teitelbaumdeal with new message
1993-06-02 Kirk McKusickbug fix from Mark Davies <mark@comp.vuw.ac.nz>
1993-06-01 Ralph Campbellprint a more useful memory error message for 5000/200
1993-06-01 Mike Karelschange multicast code so that either SO_REUSEPORT or...
1993-06-01 Mike Karelsallow multicast addresses to be bound, and treat SO_REU...
1993-05-31 Kirk McKusickprototype icmp_error and fix incorrect call sites
1993-05-31 Kazumasa Utashirolseek -> olseek
1993-05-31 Kazumasa Utashiroskip unnecessary range check
1993-05-31 Kazumasa Utashiroremoved unnecessary printf
1993-05-31 Kazumasa Utashiroadded CPU_CONSDEV sysctl
1993-05-31 Kirk McKusickmv spares to allow for quad alignment of dinode
1993-05-31 Kirk McKusickmissing ifdef
1993-05-30 Ralph Campbellenable std options
1993-05-30 Ralph Campbellfix code for MULTICAST
1993-05-29 Keith Bosticmake pid_t signed for safety's sake!
1993-05-29 Kirk McKusickadjust spares to account for bigger pid's
1993-05-28 Kirk McKusickreorganize to allow pid_t to become u_long
1993-05-28 Kirk McKusickpid_t becomes a u_long
1993-05-28 Kirk McKusickreorganize to better alignment
1993-05-28 Kirk McKusickhave to check for NULL proc
1993-05-28 Chris Torekfully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.7: fully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.34: fully bracket those initializers (for gcc2 -W)
1993-05-28 Chris Torek1.32: make GENERIC code compile
1993-05-28 Chris Torekfully bracket those initializers, for gcc2 -W
1993-05-28 Chris Torekfully bracket those initializers (for gcc2 -W); make...
1993-05-28 Chris Torekdeclare all parameters (for gcc -W)
1993-05-28 Chris Torekfully bracket those initializers, for gcc2 -W
1993-05-28 Chris Torekemit fully-bracketed initializers, to keep gcc2 -W...
1993-05-28 Kirk McKusickuse proper macro to pick out message data (from Andrew...
1993-05-28 Kirk McKusickhack from Karels to cope with last close on controlling...
1993-05-28 Kirk McKusickhpux lseek => 4.4BSD olseek
1993-05-27 Chris Torek1.41: add cpu_sysctl stub
1993-05-27 Kirk McKusickallow fifo wait to be interruptable
1993-05-27 Keith Bosticrune support from Paul Borman
1993-05-26 Kirk McKusickget rid of last vestiges of __
1993-05-26 Keith Bostic__{get,set}rlimit => {get,set}rlimit
1993-05-26 Kirk McKusickadd pathconf; __lseek => lseek; --[f]truncate => [f...
1993-05-26 Kirk McKusickadd fpathconf
1993-05-26 Kirk McKusickgone are things that belong in pathconf
1993-05-26 Kirk McKusick__{g,s}etrlimit => {g,s}etrlimit
1993-05-26 Kirk McKusickgone are things that belonged in pathconf
1993-05-26 Kirk McKusicklease buglet from Macklem
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd spec_pathconf
1993-05-26 Kirk McKusickadd fifo_pathconf
1993-05-26 Kirk McKusickadd pathconf vnode op
1993-05-26 Kirk McKusick__lseek => lseek
1993-05-26 Kirk McKusickadd pathconf and fpathconf; __lseek, __truncate __...
1993-05-26 Akito Fujitasync up to hp300/hp300/pmap.c 7.16
1993-05-26 Akito Fujitaadded cpu_sysctl support for console
1993-05-26 Akito Fujitaadded CTL_MACHDEP support
1993-05-26 Keith Bostictrailing comment after #else or #endif
1993-05-25 Chris Torekadd cpu sysctl definitions; protect kernel stuff agains...
1993-05-25 Chris Torekpedantically ANSI
1993-05-25 Chris Torekraise maximum memory size to 64M
1993-05-25 Chris Toreklint
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Kirk McKusickchange location of stand => stand.att
1993-05-25 Kirk McKusickfix include directives
1993-05-25 Kirk McKusicknew include location
1993-05-25 Kirk McKusickdefine return as off_t; new include location
1993-05-25 Kirk McKusickadd --main for gcc2
1993-05-25 Keith Bosticdate and time created 93/05/24 19:12:18 by bostic
1993-05-25 Keith Bosticdate and time created 93/05/24 19:11:51 by bostic
1993-05-25 Ralph Campbelldate and time created 93/05/24 18:28:05 by ralph
1993-05-25 Ralph Campbellremove debug stuff
1993-05-25 Ralph Campbelladded cpu_sysctl support for console
1993-05-25 Ralph Campbelladded CTL_MACHDEP support
next