4.3BSD beta release manual page
[unix-history] / usr / src / sys /
1985-04-30 Mike Karelsturn on checksum checking; don't calculate checksum...
1985-04-29 Mike Karelsmove icode to locore, as asm instead of hex; exit if...
1985-04-28 Keith Skloweradd ifdefs for NS protocol.
1985-04-28 Keith Skloweradd NS protocol stuff
1985-04-25 Mike Karelscorrect the fix for uninitialized variable after dup...
1985-04-23 Sam Lefflerqsave is a structure, not an array
1985-04-20 Kirk McKusickcleanup and tighter semantic checking for blkatoff()
1985-04-19 Kirk McKusickfileno only needs to be one bit now, so increase blkno...
1985-04-19 Mike Karelsmore fixes
1985-04-18 Sam Lefflerchecking wrong device (potentially) in calculating...
1985-04-18 Jim BloomPerformance rework by edward and add user ioctl
1985-04-18 Jim Bloomcleanup and get rid of race
1985-04-18 Mike Karelsadd a few text entries on the low end
1985-04-18 Mike Karelsexplicitly set srtt to 0 at start, so we know when...
1985-04-17 Mike Karelsmaintain outhist when echoing
1985-04-17 Mike Karelsfixes
1985-04-17 Mike Karelsmissing return
1985-04-17 Mike Karelspurge struct ether_addr (not portable);
1985-04-17 Mike Karelspurge struct ether_addr (not portable)
1985-04-15 Sam Lefflerrecover from mbuf lossage during exit (logging event)
1985-04-13 Mike Karelscleanup
1985-04-11 Mike Karelssetstate doesn't make anything else happen (from tef)
1985-04-07 Sam Lefflercorrect message for updating floppy
1985-04-06 Mike Karelsrm redundant test
1985-04-03 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-28 Miriam Amos Nihartfix ecc error recovery
1985-03-21 Kirk McKusickneed to be a bit more careful about identifying labels
1985-03-21 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickspeedups for ubasetup (from speck)
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsfixes, logging
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols,
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-19 Mike Karelsmove net address to protocol layer; keep a copy of...
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsseparate internet addressing from interface layer
1985-03-19 Mike Karelsdistinguish INADDR_BROADCAST from INADDR_ANY; remove...
1985-03-19 Mike Karelsmove protocol addresses and address initialization...
1985-03-19 Mike Karelsctloutput calls to protocol
1985-03-19 Mike Karelsin_control gets PRU_CONTROLS; bigger TCP send/recv...
1985-03-19 Mike Karelsifioctl args change
1985-03-19 Mike Karelsuse separate global for open flag; print logged errors...
1985-03-19 Mike Karelssleep just drops priority briefly, then returns after...
1985-03-19 Mike Karelsadd gid_t for groups; copy u.u_groups to int array...
1985-03-19 Mike Karelsdegenerate test; purge spl6!
1985-03-14 Kirk McKusickuse power of two to avoid modulo
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-14 Kirk McKusickrewritten kill code from sun!shannon
1985-03-14 Mike Karelsgive SIGCHLD on stop even if traced (once only)
1985-03-14 Kirk McKusickbreak out user part of time.h
1985-03-14 Kirk McKusickfrom sun!shannon
1985-03-14 Ralph Campbellchange printf error messages to tprintf's.
1985-03-14 Ralph Campbellchange error message printf's to tprintf's to the user.
1985-03-13 Kirk McKusickmake swkill messages more informative
1985-03-13 Ralph Campbellchange softecc printf's to log's.
1985-03-13 Kirk McKusickreset signal stack on exec()
1985-03-13 Ralph Campbellchange silo overflow printf's to log's.
1985-03-13 Kirk McKusickadd another bit to sigvec() flags to disable system...
1985-03-13 Ralph Campbelllog file system full, etc. rather than printf.
1985-03-13 Kirk McKusickeliminate signal() system call interface
1985-03-12 Kirk McKusickcleanup syscall dispatcher; formalize sigreturn()
1985-03-12 Kirk McKusickgeneralize sv_onstack to sv_flags to allow extensions...
1985-03-12 Kirk McKusickneed NORMALRETURN to distinguish JUSTRETURN used by...
1985-03-12 Kirk McKusicknew signal code to push all context onto the signal...
1985-03-09 Kirk McKusickfix from sun!shannon
1985-03-09 Kirk McKusickchksize() can now use constants calculated by vminit...
1985-03-09 Kirk McKusickcalculation of maximum vm size is now done by vminit...
1985-03-09 Kirk McKusickimpose the real vm limit rather than the best guess
1985-03-09 Kirk McKusicku.u_ap now set up once in process 0; limits are initial...
1985-03-08 Kirk McKusickadd fp and ap to signal context so sigcatch() can becom...
1985-03-08 Mike Karelspr_ctloutput
1985-03-08 Mike Karelsnew type
1985-03-08 Mike Karelsnew pty, socket ioctls
1985-03-08 Mike Karelsshorten u_comm, add id types, add ofile high-water...
1985-03-08 Mike Karelsmore flexible parameters, allow options MAXDSIZ to...
1985-03-08 Kirk McKusickadd instruction to trampoline code
1985-03-08 Kirk McKusickadd fp and ap to signal context so sigcatch() can becom...
1985-03-08 Mike Karelsconfigure unibus memory before others; let the probe...
1985-03-08 Mike Karelsgarbage
1985-03-08 Mike KarelsNDMAP 16 -> 38
1985-03-08 Mike Karelsadd uid_t, gid_t
1985-03-08 Kirk McKusickAdd a second hand to the clock algorithm. The front...
1985-03-08 Kirk McKusicklotsfree is now 512KB but at most 1/4 of memory
1985-03-04 Kirk McKusickonly allocate 5% of memory to the buffer pool after...
1985-03-04 Kirk McKusicksetup of paging constants and p_maxrss is now done...
1985-03-04 Kirk McKusicksetup of paging constants is now done in the paging...
1985-03-02 Mike Karelshand not global now
1985-03-02 Mike Karelsrearrange physical layout of kernel (buffers last,...
1985-03-01 Mike Karelsmods for Classs B,C support, RFNM fixes from BRL
1985-02-26 Mike KarelsLOG_WARN -> LOG_WARNING
1985-02-25 Kirk McKusickproperly handle cacheing in the presence of `chroot';
next