clean up includes; nfs_netaddr_match goes to vfs_addr.c
[unix-history] / usr / src / sys /
1992-07-03 Kirk McKusickclean up includes; nfs_netaddr_match goes to vfs_addr.c
1992-07-03 Kirk McKusickend broken pipes after server reboot
1992-07-03 Kirk McKusickbuild and read directories appropriately for the type...
1992-07-03 Kirk McKusickcompatibility with old or new style directories
1992-07-03 Kirk McKusickadd d_type fields in directories
1992-07-01 Kazumasa Utashiroenclose start routine by splclock().
1992-07-01 Akito Fujitasync up to hp300/include/pmap.h 7.9
1992-07-01 Chris Torekavoid servicing page faults on the interrupt stack
1992-07-01 Chris Torekadd fuswintr and suswintr
1992-06-30 Keith Sklowerget rid of spurious reference to stdio
1992-06-30 Keith Bosticup the BSD #define
1992-06-30 Keith Bosticmake FREAD/FWRITE available to user programs
1992-06-28 Kirk McKusicknothing to truncate for short symlinks
1992-06-28 Kirk McKusickufs_dirbadentry needs an extra parameter
1992-06-28 Kirk McKusickcleanup after heidemann
1992-06-28 Kazumasa Utashirouse bxcopy() to copy data to mbufs.
1992-06-28 Kirk McKusickneed to run ./mkboot explicitly
1992-06-27 Kazumasa Utashiromake bpf works
1992-06-27 Kazumasa Utashirosupport non-display configuration
1992-06-27 Kazumasa Utashirono SYSCALL_BSDOFFSET
1992-06-27 Kazumasa Utashirono special cpuspeed for gcc
1992-06-27 Kazumasa Utashirosupport no-display configuration
1992-06-27 Kazumasa Utashirouse NBM for bitmap console
1992-06-27 Kazumasa Utashiroinitial port from Kazumasa Utashiro
1992-06-27 Kazumasa Utashirochange config options
1992-06-27 Kazumasa Utashirodelete assym.h dependency
1992-06-27 Kirk McKusickpadding for quad alignment
1992-06-26 Kirk McKusickdefine directory types for easy mapping to stat structu...
1992-06-26 Kazumasa Utashirochanged ifdef switch
1992-06-26 Kazumasa Utashiroadded FIFO option
1992-06-26 Kazumasa Utashiroto use libkern.a
1992-06-26 Kazumasa Utashiroremoved news700 support
1992-06-26 Kazumasa Utashiroremoved enoutput() declaration
1992-06-26 Kazumasa Utashirodeleted DECstation staff
1992-06-26 Kazumasa Utashirochanges from pmax/machdep.c
1992-06-26 Kazumasa Utashirochanges from pmax/locore.s
1992-06-26 Kazumasa Utashirochange for new pmap hash scheme
1992-06-26 Kazumasa Utashiroadded ctty for /dev/tty
1992-06-26 Kazumasa Utashirostruct chiptime is not necessary for sony
1992-06-26 Kazumasa Utashirofixed bug in bcd_to_int macro
1992-06-26 Kirk McKusickneedclose is history
1992-06-26 Kirk McKusicknothing to do in sigaltstack if no new stack given
1992-06-26 Kirk McKusickspec and fifo ops need to use ffs_fsync; add parameters...
1992-06-26 Kirk McKusickstylistic cleanups; vinvalbuf takes new parameters...
1992-06-26 Kirk McKusicknew parameters to vinvalbuf
1992-06-26 Kirk McKusicknew parameters to fhtovp and sync
1992-06-26 Kirk McKusickuse spec_fsync to push buffers; new parameters to vinvalbuf
1992-06-26 Kirk McKusickmisc stylistic cleanups
1992-06-26 Kirk McKusickdelete mfs_fsync define as it is now a real function
1992-06-26 Kirk McKusickexpand parameters to functions; READDIR drops eofflag;
1992-06-26 Kirk McKusickquotactl now takes a real uid_t
1992-06-26 Kirk McKusickadd parameters to lookup; new parameters to VOP_TRUNCATE
1992-06-26 Kirk McKusickquotactl now takes a real uid_t
1992-06-26 Kirk McKusickneed to use nfs_fsync for spec and fifo hybrid ops;
1992-06-26 Kirk McKusicknew parameters to sync plus inline expand mntflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf; use VOP_FSYNC for vflushbuf
1992-06-26 Kirk McKusickdump NOQUAD; new parameters to vinvalbuf; cleanup stack...
1992-06-26 Kirk McKusickget rid of NOQUAD; nfs_removeit no longer takes a proc...
1992-06-26 Kirk McKusickuse VOP_VGET in place of VFS_FHTOVP with setgen flag;
1992-06-26 Kirk McKusickdrop NOQUAD; FHTOVP drops setgen bogosity
1992-06-26 Kirk McKusickquotactl takes uid_t; fhtovp drops setgen bogosity
1992-06-26 Kirk McKusickdelete mntflushbuf, mntinvalbuf, and vflushbuf;
1992-06-26 Kirk McKusicknew parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and...
1992-06-26 Kirk McKusickFHTOVP no longer takes setgen parameter
1992-06-26 Kirk McKusickadd comments on parameters; add fsync function; update...
1992-06-26 Kirk McKusickFSYNC no longer takes fflags; READDIR no longer takes...
1992-06-26 Kirk McKusickeliminate excess spaces
1992-06-26 Kirk McKusickquotactl now takes uid_t; VFS_SYNC gets cred and proc;
1992-06-26 Kirk McKusickuse S_IFMT in place of IFMT to use sys/stat.h instead...
1992-06-25 Keith Bosticadd quad constants
1992-06-25 Kirk McKusickspec_fsync becomes real
1992-06-25 Kirk McKusickbetter heuristic
1992-06-25 Kirk McKusickdate and time created 92/06/24 15:44:01 by mckusick
1992-06-25 Kirk McKusickunion for storing inode number in on-disk inode
1992-06-25 Keith Bosticadd LOG_FTP facility
1992-06-25 Keith Bosticadd #define for max size_t value
1992-06-25 Keith Bosticdelete strcmp routine, now in libkern
1992-06-25 Keith Bosticadd strcmp.c
1992-06-24 Chris Torekadd random()
1992-06-24 Chris Torekadd random(); note, this is not the libc random
1992-06-24 Chris Torekdate and time created 92/06/24 01:08:54 by torek
1992-06-24 Chris Torekfix up profile clock start/stop; watch out for tick...
1992-06-24 Chris Torekfix start/stop profclock calls
1992-06-24 Mike Hibleradd note about cache handling
1992-06-24 Mike Hiblerdate and time created 92/06/23 22:16:46 by hibler
1992-06-24 Mike Hiblercorrect attribution
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusicktimeval => timespec; lint; be more lenient about alloca...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusickadd ifdef FIFO's
1992-06-24 Kirk McKusicklint
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickadd ptrace ATTACH/DETACH
1992-06-24 Kirk McKusickset SUGID when user/group when permissions change ...
1992-06-24 Kirk McKusickmove up init died panic to start of exit; ptrace ATTACH
1992-06-24 Kirk McKusickprototype for proc_reparent
1992-06-24 Kirk McKusickno such thing as EFBIG on read; panic if reading short...
1992-06-24 Kirk McKusickzero mount structure; set mnt_maxsymlinklen
1992-06-24 Kirk McKusickmove systm.h into KERNEL only defines
1992-06-24 Kirk McKusickadd code to implement short symbolic links
next