date and time created 95/02/13 12:40:42 by mckusick
[unix-history] / usr / src / sys /
1995-02-12 Keith Sklowerfixes from jch
1995-02-12 Kirk McKusickallow swapping on sd1b and sd2b
1995-02-12 Chris G. Demetriouturn off ISO networking
1995-02-10 Kirk McKusickwrong sense of comparison (from karels)
1995-02-10 Chris G. Demetrioudon't check for <0 on unsigneds. (kill comp. warning.)
1995-02-10 Chris G. Demetrioucasts to quiet compiler.
1995-02-10 Chris G. Demetrioucorrect return types to match protos.
1995-02-10 Chris G. Demetrioucasts to quiet compiler.
1995-02-10 Chris G. Demetrioucons_rtrequest returns void, for consistency.
1995-02-10 Chris G. Demetrioucons_rtrequest should return void.
1995-02-10 Chris G. Demetrioumake return types correct for tp functions
1995-02-10 Chris G. Demetrioucasts to quiet compiler
1995-02-10 Chris G. Demetriouioctl routines take u_long's as commnands.
1995-02-10 Keith Skloweryet more stupid lint tricks
1995-02-10 Keith Sklowermore stupid lint tricks
1995-02-10 Keith Sklowerlint concerns; match void/int prototypes
1995-02-09 Chris G. Demetrioulint
1995-02-08 Kirk McKusickgive error when user tries to set high 16-bits of inode...
1995-02-06 Jan-Simon Pendryfix cpy date & bmap args structure
1995-02-06 Jan-Simon Pendryensure bmap run list is initialised
1995-01-19 Kirk McKusickalways lock except when doing vnodes
1995-01-13 Kirk McKusickmissing splx, minor cleanups (from mycroft)
1995-01-13 Kirk McKusickensure that the option mbuf is freed (from mycroft)
1995-01-10 Chris G. Demetriouadd ISO and CCITT opts, vn pdev. add NS option and...
1995-01-10 Chris G. Demetriouadd NS and CCITT options, cd and vn pseudo-devs. ...
1995-01-10 Chris G. Demetriouioctl cmd arg is u_long, strategy returns void.
1995-01-10 Chris G. Demetriousignal handler code is u_long, pull in vm_extern.h...
1995-01-10 Chris G. Demetrioustrategy returns void, ioctl cmd arg is u_long
1995-01-10 Chris G. Demetrioumicrotime returns void
1995-01-10 Chris G. Demetriouadd register_t for impending syscall args changes
1995-01-10 Chris G. Demetrioumicrotime takes a timeval ptr.
1995-01-10 Chris G. Demetrioureturn types, 64-bit changes: ioctl cmd -> u_long,...
1995-01-10 Chris G. Demetriouioctl cmd arg is u_long
1995-01-10 Chris G. Demetriou64-bit changes: ioctl cmd -> u_long, some protos. ...
1995-01-10 Chris G. Demetriou64-bit changes: casts, and ioctl cmds are u_longs
1995-01-10 Chris G. Demetriou64-bit changes -- ioctl cmds are u_longs.
1995-01-10 Chris G. Demetrioupk_control takes a u_long command (64-bit changes
1995-01-10 Chris G. Demetriou64-bit changes
1995-01-10 Chris G. DemetriouKNF, and 64-bit safety.
1995-01-10 Chris G. Demetrioustyle, 64-bit changes, update printfs for reality,...
1995-01-10 Chris G. Demetrioustyle, 64-bit safety, and check for NULL _before_ the...
1995-01-10 Chris G. Demetrioukill a typo in a comment, fix some style.
1995-01-10 Chris G. Demetrioufix munmapfd's arguments; it takes a struct proc _then_...
1995-01-10 Chris G. Demetrioustrategy returns void, ioctl cmd is u_long
1995-01-10 Kirk McKusickupdate from Rick Macklem
1995-01-08 Kirk McKusickmerge bn and lbn to make them consistent
1995-01-08 Kirk McKusickget rename of two files linked together correct (from...
1995-01-07 Kirk McKusickreset IN_RENAME flag if doing directory rename and...
1995-01-03 Kirk McKusickmissing header file
1995-01-03 Kirk McKusickadd types to devices (from mycroft)
1995-01-03 Kirk McKusickuse type in dev switch to determine if disk, tape,...
1995-01-03 Kirk McKusickadd device type field
1995-01-03 Kirk McKusickquad => int64
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickconvert quad => int64_t (from mycroft)
1995-01-03 Kirk McKusickminor cleanup
1995-01-03 Kirk McKusickdelete old vaxisms
1995-01-03 Kirk McKusickYou can't do pointer arithmetic on a void* in ANSI...
1995-01-03 Kirk McKusickPad struct lfs out to 512 bytes so we don't try to...
1995-01-03 Kirk McKusickmake sure to free correct allocation type if ffs_reclai...
1995-01-03 Kirk McKusickdisallow read/write mounts of 4.2 filesystems (from...
1995-01-03 Kirk McKusickUse the sector size in the label, rather than DEV_BSIZE...
1995-01-03 Kirk McKusickminor cleanups (from mycroft)
1995-01-03 Kirk McKusickcheck length > maxfilesize only when growing and return...
1995-01-03 Kirk McKusickmore consistent with DEBUG (from mycroft)
1994-12-31 Kirk McKusickmake sure type is valid (needed for little-endian machines)
1994-12-30 Jan-Simon Pendryunion_statfs should only return free space information
1994-12-14 Keith Bosticnot quite as VAX-like (from mycroft)
1994-12-14 Keith Bosticnits (from mycroft)
1994-12-11 Jan-Simon Pendryfix readdir for non-linear union stacks
1994-12-11 Jan-Simon Pendryfix readdir for no-linear stacks
1994-12-11 Jan-Simon Pendryhave to protect acct_process from acctwatch closing...
1994-12-09 Kirk McKusickavoid converting NOVAL (from karels)
1994-12-09 Kirk McKusickrequest IO_UNIT on writes, so failures cause truncation...
1994-12-09 Kirk McKusickhave to protect acct_process from acctwatch closing...
1994-12-06 Kirk McKusickchanges from version set by mycroft
1994-12-06 Kirk McKusickcleanups
1994-12-06 Kirk McKusickthings from mycroft that don't match
1994-12-06 Kirk McKusickmycroft updates
1994-12-06 Kirk McKusickupdate from mycroft
1994-12-06 Kirk McKusickreturn ENOSYS rather than EINVAL for non-existent syste...
1994-12-03 Keith Sklowerdocument non-working code sent to mitre
1994-12-03 Keith Sklowerdocument non-working version sent to mitre
1994-12-03 Keith Sklowerdocument state of non-working code for tunnel driver...
1994-12-03 Keith Sklowerthis doesn't include annotation bugfixes, but documents
1994-12-02 Jan-Simon Pendryfix dangling pointer
1994-12-01 Kirk McKusickfix undefined reference when DEBUG not defined (from...
1994-12-01 Kirk McKusickget disk and block size when opening device rather...
1994-12-01 Kirk McKusickfix problem with disconnects (from ralph)
1994-12-01 Kirk McKusickuninitialized variable (from ralph)
1994-11-29 Kirk McKusickcleanup of cred usage
1994-11-24 Kirk McKusickadd isofs filesystems
1994-11-23 Kirk McKusickcheck (and fix) mounted-on current directories
1994-11-23 Jan-Simon Pendryget rid of usecount mount restriction (needed for union...
1994-11-22 Kirk McKusickmissing ktrace point for syscall entry
1994-11-22 Kirk McKusickreturn EBUSY if reference count on mount point is great...
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-11-22 Kirk McKusickcheck that thing being uncached is a regular file
next