summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-11-07need limits.hTheo de Raadt
1997-11-06param.h, niklasTheo de Raadt
1997-11-06Small fix to compile with DEBUGConstantine Sapuntzakis
1997-11-06Fixed minor bug in msdosfs_hashgetConstantine Sapuntzakis
1997-11-06DEBUG now compilesConstantine Sapuntzakis
1997-11-06Fixes so that it compiles with #ifdef DEBUGConstantine Sapuntzakis
1997-11-06Use lite2 vfs interfaces.Todd C. Miller
1997-11-06Document f_syncwrites/f_asyncwrites.Todd C. Miller
1997-11-06Added support for enabling soft updates.Constantine Sapuntzakis
1997-11-06indentTheo de Raadt
1997-11-06indentTheo de Raadt
1997-11-06Understand sections in syslog.conf.bri
Current syslog.conf files are still understood andtreated the same.
1997-11-06Removed i386-specific crudConstantine Sapuntzakis
1997-11-06Idnetify/support hp385 (33Mhz 68040)Todd C. Miller
1997-11-06FFS softdep stubConstantine Sapuntzakis
1997-11-06More fixes for adosfs so it compiles with VFS Lite 2Constantine Sapuntzakis
1997-11-06fix warning about unused variablekstailey
1997-11-06fix ps(1) LIM columnkstailey
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06$OpenBSD$Niklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-06temp <machine_btop() fixMichael Shalayeff
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-11-06oopsTheo de Raadt
1997-11-06mak kernel compiles w/o bios0Michael Shalayeff
1997-11-06XPG4.2 compat:Todd C. Miller
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int
1997-11-05u_short keys --> u_int keysflipk
so now, keywords "uid" and "uname" work again.
1997-11-05uid_t and gid_t are unsigned; nihilis@moral.addiction.comTheo de Raadt
1997-11-05sv_mask is an int; mycroftTheo de Raadt
1997-11-05blank line seperatorTheo de Raadt
1997-11-05man page from netbsdTheo de Raadt
1997-11-05remember dev_t of filesystem quotas act on, instead of filesystem quotas ↵Theo de Raadt
file resides on; ovg@nusun.jinr.ru
1997-11-05truncate uid/gid for large ones; nihilis@moral.addiction.comTheo de Raadt
1997-11-05print "-" instead of "" for login name; dada@sbox.tu-graz.ac.atTheo de Raadt
1997-11-05explain about MD5 and Blowfish passwords.Niels Provos
1997-11-05Handle relocation of misaligned symbols. Handle all three cases by the sameTheo de Raadt
macro for clarity; pk
1997-11-05oopsTheo de Raadt
1997-11-05lowercase first use of nameTheo de Raadt
1997-11-05lowercase first use of .NmTheo de Raadt
1997-11-05various minor niggliesTheo de Raadt
1997-11-05XPG4, not ANSI; seebs@puddle.plethora.netTheo de Raadt
1997-11-05if xdr_replymsg() fails, it can leave memory still allocated. thus weTheo de Raadt
need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have the same problem, and there is precedent for the solution in various other rpc code.
1997-11-05.cxx support from Mathieu.Herrb@mipnet.frTheo de Raadt
1997-11-05zap that timezone stuff; mycroftTheo de Raadt
1997-11-05interpret the following as " 040" and not as " "; augustss@cs.chalmers.seTheo de Raadt
.ascii "\040040"
1997-11-05flush tty queue when entering/exiting X; cgd & meTheo de Raadt
1997-11-05handle c++ and other languages; buffer underrun; netbsd pr#4392;Theo de Raadt
fixes from jfw@jfwhome.funhouse.com
1997-11-05tag itMichael Shalayeff
1997-11-05Do not build in directories Mickey deletedTheo de Raadt
1997-11-05Document ^D to get out of overlap prompt and remove duplicate exit conditionTodd C. Miller