not include endian.h
[unix-history] / usr / src / sys /
1993-04-15 Kazumasa Utashironot include endian.h
1993-04-14 Ralph Campbelladded NNON_LEAF for non-profiled non-leaf entry points.
1993-04-14 Ralph Campbellfix kernel profiling
1993-04-14 Ralph Campbellfix cursor for pmax emulation
1993-04-14 Ralph Campbellfix frame buffer size
1993-04-14 Ralph Campbellturn off debug by default
1993-04-14 Keith Sklowerfix two bugs: rn_lookup did not change conventions...
1993-04-14 Keith Sklowerpotential bug in reference counting ifaddrs
1993-04-11 Mike Karelsif resending SYN, use the same sequence number as last...
1993-04-10 Andrew CherensonVan's suggestion: add a means to let kernel set IP...
1993-04-09 Keith Skloweradd SIP, IPX, RTIP
1993-04-09 Keith Sklowerget rid of in_makeaddr, in_sockmaskof by request from jch
1993-04-09 Keith Sklowerchanges proposed by jch
1993-04-09 Keith Sklowerchange proposed by jch
1993-04-09 Keith Sklowernew conventions for using routing tree
1993-04-09 Keith Sklowernew conventions for calling routing layer
1993-04-09 Keith Sklowerin_sockmaskof has gone away; just do right thing for...
1993-04-08 Kazumasa Utashirodate and time created 93/04/08 02:47:58 by utashiro
1993-04-08 Kazumasa Utashiroserious support for NEWS-OS
1993-04-08 Kazumasa Utashiroadded traceback becore panic
1993-04-08 Kazumasa Utashiroremoved X_KLUGE
1993-04-08 Kazumasa UtashiroNEWS causes interrupt rather than trap for bad address.
1993-04-08 Keith SklowerMostly changes recommended by jch for variable subnets...
1993-04-07 Chris Torekupdate from elf: sun_setre[ug]id => osetre[ug]id
1993-04-07 Chris Torekupdate from elf: setre[ug]id no longer needed; fix...
1993-04-07 Chris Torekspelling
1993-04-07 Keith Sklowerarg to timeout require a void (*) (void)
1993-04-07 Keith Sklowereonrtrequest should return void
1993-04-07 Keith Sklowershut up complaints about 1st arg to timeout; declare...
1993-04-06 Ralph Campbellmake boot work for either 3100 or 5000 and still fit...
1993-04-06 Ralph Campbellmake graphics devices define mmap routines.
1993-04-06 Ralph Campbellfix mmap for devices.
1993-04-06 Ralph Campbellallow auto reboot to work.
1993-04-06 Ralph Campbelldefine stuff for vmstat. Probably need to fix this.
1993-04-06 Ralph Campbellremove X kluge
1993-04-06 Ralph Campbellfix intermitent bug which sends chars to keyboard inste...
1993-04-06 Ralph Campbelluse vm_mmap instead of X kluge to map display into...
1993-04-06 Chris Torek{set,get}hostname and gethostid are needed for COMPAT_S...
1993-04-06 Chris Torek{set,get}host{name,id} and getpagesize all became compat
1993-04-06 Chris Torekneed getpagesize for COMPAT_SUNOS too
1993-04-06 Chris TorekSunOS compat needs get/set host name/id too
1993-04-05 Kirk McKusickgetpagesize becomes COMPAT
1993-04-05 Kirk McKusickgetkerninfo becomes COMPAT
1993-04-05 Kirk McKusick{get,set}host{name,id} become COMPAT
1993-04-05 Kirk McKusick{get,set}host{name,id}, pagesize, and getkerninfo becom...
1993-04-04 Kirk McKusickchange relocation to allow for bigger MAXBSIZE
1993-04-03 Kirk McKusickmake truncate of file to the same length asynchronous
1993-04-02 Mike Hiblereliminate LockHolder field to get vm_object size down...
1993-04-01 Kirk McKusickadd sysctl names array
1993-04-01 Mike Hibleradd missing third param for dounmount
1993-03-31 Kirk McKusickeliminate flags and generation number in times hack
1993-03-31 Kirk McKusickallow write for private mapping even if file desc open...
1993-03-29 Chris Torekconform to the letter of the law (ANSI / C++ signal...
1993-03-29 Chris TorekARCH+=sparc
1993-03-29 Chris Toreklint
1993-03-28 Ralph Campbellchanged type of 'len' from int to size_t to match sysca...
1993-03-28 Ralph Campbellremove printf's so boot prog will fit into 15 sectors.
1993-03-26 Keith Skloweryet another fix from Francis.Dupont. siso_data is...
1993-03-26 Keith Sklowerfix from Francis.Dupont@inria
1993-03-24 Ralph Campbellchanges from Rick Macklem
1993-03-24 Ralph Campbellfix a bug when reading a tape with an odd number of...
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-24 Kirk McKusickavoid connecting to ourselves (from torek approved...
1993-03-23 Chris Torekrm RMP (it's been deprecated for a year now!)
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-20 Mike Hiblervattr struct is now 2 longwords larger so get rid of...
1993-03-20 Mike Hibleradd another long to vattr struct to keep it quad aligned
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitaadded ldist_init macros
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitasync up to hp300/dev/if_le.c 7.16
1993-03-18 Akito Fujitaadd sdclose() for conf.c
1993-03-18 Mike Hiblermake safe for ANSI cpp
1993-03-15 Kirk McKusickdate and time created 93/03/14 13:56:39 by mckusick
1993-03-14 Ralph Campbelldon't clear callv with bzero!
1993-03-14 Ralph Campbellfix bug with reconnect hanging if right after aborting...
1993-03-14 Mike Hiblernew installation procedure
1993-03-13 Kirk McKusickavoid requests for more descriptors than the kernel...
1993-03-13 Andrew Cherenson(by sklower) obvious bug fix in mbuf starvation case
1993-03-13 Andrew Cherensoncheckpoint what looks like an obvious bug fix (by sklower)
1993-03-13 Keith Sklowerjch requested flag to temporarily discard pkts silently
1993-03-12 Keith Sklowerfix from hibler & forys; check for non-null return...
1993-03-11 Jan-Simon Pendryignore setattr on sockets, instead of reporting an...
1993-03-11 Akito Fujitasync up to hp300/hp300/machdep.c 7.36
1993-03-10 Kazumasa Utashirodeclare machine and cpu_model
1993-03-10 Kazumasa Utashiroadded VM_MIN_ADDRESS
1993-03-10 Kazumasa Utashiroicode moved to VM_MIN_ADDRESS
1993-03-10 Kazumasa Utashiroset cpu_model here?
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashirodate and time created 93/03/10 00:00:15 by utashiro
1993-03-10 Kazumasa Utashirodate and time created 93/03/10 00:00:05 by utashiro
1993-03-10 Kazumasa Utashirodate and time created 93/03/09 23:59:39 by utashiro
1993-03-10 Kazumasa Utashirobetter NEWS-OS compatibility
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiromake it rebootable
1993-03-10 Kazumasa Utashiroadded MachKernGenExceptionEnd
1993-03-10 Kazumasa Utashirocleanup header and machine dependency.
1993-03-10 Kazumasa Utashiromips stack must be aligned on 8byte boundary
1993-03-10 Kazumasa Utashirowrong number of f's!!
1993-03-10 Kazumasa Utashirosmall fixes
next