Make all bucket and overflow addresses unsigned
[unix-history] / usr / src / sys /
1991-03-12 Kirk McKusickmissing iput
1991-03-12 Kirk McKusicksetup uio vectors explicitly as they are no longer...
1991-03-12 Kirk McKusickreset directory link counts on I/O failure
1991-03-12 Mike Karelsmuch-updated version from van, uses slip framing
1991-03-10 Keith Bosticdate and time created 91/03/09 18:05:32 by bostic
1991-03-10 Keith Bosticcreate {hp300,i386,tahoe,vax}/include/ansi.h
1991-03-10 William Nesheimadd vm_offset_t, vm_size_t;
1991-03-10 Keith Bosticcreate {hp300,i386,tahoe,vax}/include/ansi.h
1991-03-08 Donn SeeleyPrototype declarations.
1991-03-08 Donn SeeleyAdd prototypes for freadv() and writev().
1991-03-06 Keith Bosticexec is compat now, C library does the work
1991-03-05 Kirk McKusickeliminate u.u_nd
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-03-05 Kirk McKusickdiskless support from Rick Macklem
1991-03-05 Kirk McKusickfrom Rick Macklem for diskless support
1991-03-05 Kirk McKusickupdate for diskless support
1991-03-05 Mike Karelsfirst pass at proc reorg; merge *nullops, other cleanup...
1991-03-05 Mike Karelsfirst pass at proc reorg
1991-03-05 Keith Bosticsendto: int * -> int
1991-03-05 Keith Bosticcomments about what's really going on
1991-03-05 Keith Bosticreplace /**/ with __CONCAT() macro
1991-03-04 Donn SeeleyPut the fchmod() declarationwith the chmod() declaration.
1991-03-01 Kirk McKusickhave to set offset for SEEK_CUR in F_GETLK too (from...
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-03-01 Kirk McKusicknodev => enodev; nulldev => nullop
1991-02-27 William Nesheimnulldev() -> nullop()
1991-02-26 Kirk McKusickupdate from Hibler for additional HP disks
1991-02-26 Kirk McKusickmove locking specific code from ufs_vnops.c; fix numero...
1991-02-26 Kirk McKusickmove locking specific code into ufs_lockf.c; fix numero...
1991-02-25 Keith Bosticgetkerninfo takes a void *, not a char *
1991-02-25 Kirk McKusicknodev => enodev or enxio as appropriate; nulldev =...
1991-02-25 Keith Bosticincluded by arpa/inet.h, so protect it.
1991-02-24 Donn SeeleyGet the return type right for setlogmask().
1991-02-24 Donn SeeleyAdd a forward declaration of struct rusage.
1991-02-24 Donn SeeleyIt's just fhandle_t, not struct fhandle_t!
1991-02-24 Donn Seeleywait3 and wait4 aren't POSIX functions.
1991-02-24 Donn SeeleyOne more prototype declaration.
1991-02-24 Donn SeeleyPrototype declarations.
1991-02-23 Mike Karelsoflags-FOPEN => FFLAGS(oflags)
1991-02-23 Keith Bosticuse stdarg, not varargs
1991-02-23 Mike Karelsrearrange, put all open() and file f_flags definitions...
1991-02-23 Mike Karelsfix GUNIT ioctl
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Keith Bosticbreak unistd.h up into <unistd.h> and <sys/unistd.h>
1991-02-23 Donn SeeleyOne more prototype declaration.
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyNew-style prototype declarations.
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyPrototype declarations. Currently we're using 'int...
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyPrototype declaration.
1991-02-23 Mike Karelsmove old lseek values here from sys/file.h; #ifdef...
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyDeclarations for link_addr and link_ntoa.
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for rename in NFS
1991-02-22 Kirk McKusickfixes for range locking
1991-02-22 Mike Karelschanges to fflags FCNTLCANT => FCNTLFLAGS, FFLAGS/OFLAGS
1991-02-20 Keith Sklowerfix sbappend to check the last mbuf in a chain for...
1991-02-20 Mike KarelsTry not to initiate copyouts that are going to block
1991-02-20 Keith BosticPOSIX requires this to be used in non-numerical situations
1991-02-20 Keith Bostic1990 POSIX.1 revision moved ctermid to <stdio.h>
1991-02-20 Keith Bosticsetpgrp renamed to setpgid
1991-02-20 Keith Sklowerhaving cloning messages generated rtalloc;
1991-02-19 Keith Sklower(checked in by karels) treat MT_HEADER as MT_DATA in...
1991-02-19 Donn SeeleyA working version that contains declarations for POSIX...
1991-02-19 Mike Karelsfill in b_proc iff proc will wait for operation, so...
1991-02-16 Keith Bosticdelete '#ifndef _IO', ioctl.h is protected from reinclusion
1991-02-16 Keith Bosticadd Berkeley specific copyright notice
1991-02-16 Marc Teitelbaumreadjust flags more carefully
1991-02-16 Keith Bostickernel reorg (checked in by karels)
1991-02-16 Marc Teitelbaumadd permission checks to allow regular users to run...
1991-02-16 Keith Bosticdone at DEC; add Berkeley specific copyright notice
1991-02-14 Kirk McKusickgetsock now has three arguments and returns an error
1991-02-14 Chris Torekra82 has 15 tracks per cylinder, not 14
1991-02-13 Mike Karelsdhuparam needed return values
1991-02-12 Mike Karelsneed to copy sv{u,g}id in fork!
1991-02-09 Keith Bosticonly kvm.h included kinfo.h, and there wasn't any reaso...
1991-02-09 Mike Karelsconsistent naming
1991-02-07 Mike Karelsfix old comment
1991-02-06 Kirk McKusickadd support for Exabyte tape
1991-02-06 Kirk McKusickExabyte driver from Mike Hibler at Utah
1991-02-06 Kirk McKusickupdate from Mike Hibler for Exabyte support
1991-02-06 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-05 Mike Karelsprotect free list from lossage if multiple procs try...
1991-02-05 Keith Bosticadd first pass at POSIX.2 values
1991-02-05 Keith Sklowerbugfix from john@labtam.labtam.oz.au
1991-02-04 Kirk McKusickadd include of types.h
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-04 Kirk McKusickadd Exabyte support
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickkeep me happy about precedence
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickdate and time created 91/02/01 16:28:24 by mckusick
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-29 Kirk McKusicklabel_t must be defined even if not just kernel
1991-01-29 Kirk McKusickicode must live in data space so initflags can be written
1991-01-29 Kirk McKusickcleanup comments to reflect reality; minor code cleanup...
next