Swapped meaning of -Z and -z options.
[unix-history] / sys /
1993-11-15 Paul RichardsChanged -z to -Z so we create old-style ZMAGIC kernels.
1993-11-15 Garrett WollmanAdded a few prototypes and missing return-type/argument...
1993-11-15 Andrey Chernovtimeout+sleep changed to tsleep
1993-11-14 Andrey Chernovif netmask == 0, then the loopback code can do some...
1993-11-14 Andrey ChernovNew sio driver from Bruce.
1993-11-14 Andrey ChernovCorrect CTS/RTS flags, add more flags for new sio from...
1993-11-14 Garrett WollmanOops. David noticed that if_mtu is declared as a short...
1993-11-14 Jordan K. HubbardAdded Paul K's fix to remove backing_object from the...
1993-11-14 Rod GrimesAdd _bde_exists: label so that the global is really...
1993-11-14 Garrett WollmanBump the loopback MTU up to the maximum allowed by...
1993-11-13 Rod GrimesRemoved item(s) DIANOSTIC since I have corrected the...
1993-11-13 Rod GrimesReplace #ifdef DIANOSTIC with #ifdef DIAGNOSTIC, this...
1993-11-13 Rod Grimes>From Charles Hannum
1993-11-13 Garrett WollmanDeclare `loif' once and for all in if.h since so many...
1993-11-13 David GreenmanFirst steps in rewriting locore.s, and making info...
1993-11-13 Andrey ChernovRestore NTTYDISC discipline entry (it is equal to TTYDI...
1993-11-12 Nate WillamsFrom: Mark Tinguely <tinguely@plains.nodak.edu>
1993-11-12 Rod GrimesBumping version from 1.0.1 to 1.0.10, 1.0.2 to 1.0...
1993-11-12 Christoph RobitschkoAdded flag MFSMNT_SIGPPID.
1993-11-12 Christoph RobitschkoAdded flags field to mfs_args, and added flag MFSMNT_SI...
1993-11-12 Garrett WollmanRFC 1122 forbids non-gateways from sending ICMP redirec...
1993-11-11 David GreenmanThis documentation was dug-up by John Dyson. It's proba...
1993-11-10 Garrett WollmanAdd some support for _POSIX_CHOWN_RESTRICTED disabling...
1993-11-10 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-11-10 Andrey ChernovFix some kinda security hole:
1993-11-09 Garrett WollmanFixed protection of SYSLOG_NAMES information. It turns...
1993-11-09 Andrey Chernov#ifdef DEBUG in hzto() changed to #ifdef DIAGNOSTIC...
1993-11-09 Andrey ChernovFix typing error in acctwatch()
1993-11-09 Andrey ChernovReverted back to Bruce's hzto() version, because origin...
1993-11-09 Andrey Chernovacctwatch() timeout:
1993-11-09 Andrey ChernovFixed minor bug in M[LSN] interpretation, added octave...
1993-11-09 Andrey ChernovName of ioctl's include sys/spkr.h changed to machine...
1993-11-09 Andrew MooreApplied David Greenman's hack to disable IRQ conflict...
1993-11-09 Jordan K. HubbardChange from David Greenman to return properly unsigned...
1993-11-08 Andrey ChernovAdd missing read flush code to siostop
1993-11-08 Andrey Chernovd_stop routine called now in both FREAD & FWRITE cases,
1993-11-08 Rod GrimesIncrease timeout in sd_start_unit procedure from 2000...
1993-11-07 Garrett WollmanAdded the netrmp protocol from the Net/2 tape. While...
1993-11-07 Garrett WollmanGet rid of use of deprecated sleep() for more user...
1993-11-07 Garrett WollmanGet rid of WFJ's use of sleep() for more user-friendly...
1993-11-07 Garrett WollmanAdd options MACHVMCOMPAT and bump symtab space appropri...
1993-11-07 Garrett WollmanReplace last vestiges of deprecated sleep() with tsleep...
1993-11-07 Garrett WollmanMake it compile in the presence of MACHVMCOMPAT (&p...
1993-11-07 Garrett WollmanAdded syscall entries for MACHVMCOMPAT.
1993-11-07 Garrett WollmanAdded system-call entries for MACHVMCOMPAT. These...
1993-11-07 Garrett WollmanMake the generated syscall.h be idempotent.
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-11-07 Garrett WollmanFixed comment.
1993-11-07 Garrett WollmanMake all headers idempotent. All incorrect common...
1993-11-07 Garrett WollmanAdded a few system parameters that were formerly incorr...
1993-11-07 Garrett WollmanTry to be a little smarter about touching the date...
1993-11-07 Garrett WollmanAdded some more defines that weren't there before....
1993-11-07 Garrett WollmanDeleted af.c from standard listing; there's nothing...
1993-11-07 Garrett WollmanNeeded to bump up SYMTAB_SPACE again. (This really...
1993-11-07 Garrett WollmanAdded CWARNFLAGS and COPTFLAGS defines to Makefile...
1993-11-06 Garrett WollmanAdded my documentation of kernel configuration options...
1993-11-05 Andreas SchulzChanged the version number again from 1.1a to 1.0.1...
1993-11-04 David Greenmansplnone()'s in the trap code can be deadly. Save/restor...
1993-11-04 Paul RichardsModified exec header to midmag format.
1993-11-04 Andrey ChernovDST offset calculation removed, it is wrong in any...
1993-11-04 Andrey ChernovRussian keymap (RUKEYMAP) changes:
1993-11-03 Paul RichardsRestored comments that were removed from npx.c using...
1993-11-03 Andreas SchulzRemoved the definition of FAT_CURSOR, so that it is...
1993-11-03 Andreas SchulzAdded the option FAT_CURSOR into the GENERIC kernel...
1993-11-03 Nate WillamsFixed the reason for wx.c not working. I forgot to...
1993-11-03 Nate WillamsAdded wx driver support
1993-11-03 Nate Willams0.2.4 used a timeout in wdcommand() of about 1e7 inb...
1993-11-03 Andreas SchulzUpdated the kernel version from 1.0e to 1.1a.
1993-11-03 Paul RichardsRemoved comments from within asm block.
1993-11-01 Christoph RobitschkoModified the "rude stack hack" that it only applies...
1993-10-31 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-31 Jordan K. HubbardAdded FAT_CURSOR and STAR_SAVER settings.
1993-10-31 Jordan K. HubbardAdd example entries for syscons screen savers and curso...
1993-10-31 Jordan K. HubbardNow that STAR_SAVER and SNAKE_SAVER are kernel options...
1993-10-31 Jordan K. HubbardFixed bug where syscons.c wouldn't compile if DDB was...
1993-10-30 Rod GrimesAdd missing M_DONTWAIT to m_copym call per Garrett...
1993-10-29 David GreenmanWhoops, the algorithm I last used was messed up - I...
1993-10-29 David GreenmanChange filesystem buffer cache size calculation to...
1993-10-29 Jordan K. HubbardMade doc a little more explicit on card configuration...
1993-10-29 Jordan K. HubbardUpdate to latest Linux sound driver 2.0
1993-10-28 Rod GrimesPut back the $Id$ strings
1993-10-28 Rod GrimesPut back the $Id$ string
1993-10-28 Jordan K. HubbardThis is syscons version 1.1
1993-10-28 Rod GrimesFix for 1542C support, it turns out that the 0x8 extend...
1993-10-26 Nate WillamsAdded a patch that Rod asked me to integrate in that...
1993-10-26 Nate WillamsAdded config file for new 'alternative' IDE driver.
1993-10-26 Nate WillamsBruce Evans wd driver installed as an alternative wd...
1993-10-26 Nate WillamsAdded character 21 to conf.c table for future ps/2...
1993-10-26 Nate WillamsFixed the silly bug that caused BSDI's init to complain...
1993-10-26 Nate WillamsBad kludge to work around the alternative wd driver...
1993-10-26 Nate WillamsAdded alternative wd driver (called wx due to device...
1993-10-26 Nate WillamsAdded ps/2 mouse driver file to finish off what Jordan...
1993-10-25 Rod GrimesRemove #define NOTYET 1, and #ifdef NOTYET's as it...
1993-10-25 David Greenmanifdef notyet nfs advisory locking as it is destabilizin...
next