Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-07 | need limits.h | Theo de Raadt | |
1997-11-06 | param.h, niklas | Theo de Raadt | |
1997-11-06 | Small fix to compile with DEBUG | Constantine Sapuntzakis | |
1997-11-06 | Fixed minor bug in msdosfs_hashget | Constantine Sapuntzakis | |
1997-11-06 | DEBUG now compiles | Constantine Sapuntzakis | |
1997-11-06 | Fixes so that it compiles with #ifdef DEBUG | Constantine Sapuntzakis | |
1997-11-06 | Use lite2 vfs interfaces. | Todd C. Miller | |
1997-11-06 | Document f_syncwrites/f_asyncwrites. | Todd C. Miller | |
1997-11-06 | Added support for enabling soft updates. | Constantine Sapuntzakis | |
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | indent | Theo de Raadt | |
1997-11-06 | Understand sections in syslog.conf. | bri | |
Current syslog.conf files are still understood andtreated the same. | |||
1997-11-06 | Removed i386-specific crud | Constantine Sapuntzakis | |
1997-11-06 | Idnetify/support hp385 (33Mhz 68040) | Todd C. Miller | |
1997-11-06 | FFS softdep stub | Constantine Sapuntzakis | |
1997-11-06 | More fixes for adosfs so it compiles with VFS Lite 2 | Constantine Sapuntzakis | |
1997-11-06 | fix warning about unused variable | kstailey | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-11-06 | temp <machine_btop() fix | Michael Shalayeff | |
1997-11-06 | We 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-06 | oops | Theo de Raadt | |
1997-11-06 | mak kernel compiles w/o bios0 | Michael Shalayeff | |
1997-11-06 | XPG4.2 compat: | Todd C. Miller | |
1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int | |||
1997-11-05 | u_short keys --> u_int keys | flipk | |
so now, keywords "uid" and "uname" work again. | |||
1997-11-05 | uid_t and gid_t are unsigned; nihilis@moral.addiction.com | Theo de Raadt | |
1997-11-05 | sv_mask is an int; mycroft | Theo de Raadt | |
1997-11-05 | blank line seperator | Theo de Raadt | |
1997-11-05 | man page from netbsd | Theo de Raadt | |
1997-11-05 | remember dev_t of filesystem quotas act on, instead of filesystem quotas ↵ | Theo de Raadt | |
file resides on; ovg@nusun.jinr.ru | |||
1997-11-05 | truncate uid/gid for large ones; nihilis@moral.addiction.com | Theo de Raadt | |
1997-11-05 | print "-" instead of "" for login name; dada@sbox.tu-graz.ac.at | Theo de Raadt | |
1997-11-05 | explain about MD5 and Blowfish passwords. | Niels Provos | |
1997-11-05 | Handle relocation of misaligned symbols. Handle all three cases by the same | Theo de Raadt | |
macro for clarity; pk | |||
1997-11-05 | oops | Theo de Raadt | |
1997-11-05 | lowercase first use of name | Theo de Raadt | |
1997-11-05 | lowercase first use of .Nm | Theo de Raadt | |
1997-11-05 | various minor nigglies | Theo de Raadt | |
1997-11-05 | XPG4, not ANSI; seebs@puddle.plethora.net | Theo de Raadt | |
1997-11-05 | if xdr_replymsg() fails, it can leave memory still allocated. thus we | Theo 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.fr | Theo de Raadt | |
1997-11-05 | zap that timezone stuff; mycroft | Theo de Raadt | |
1997-11-05 | interpret the following as " 040" and not as " "; augustss@cs.chalmers.se | Theo de Raadt | |
.ascii "\040040" | |||
1997-11-05 | flush tty queue when entering/exiting X; cgd & me | Theo de Raadt | |
1997-11-05 | handle c++ and other languages; buffer underrun; netbsd pr#4392; | Theo de Raadt | |
fixes from jfw@jfwhome.funhouse.com | |||
1997-11-05 | tag it | Michael Shalayeff | |
1997-11-05 | Do not build in directories Mickey deleted | Theo de Raadt | |
1997-11-05 | Document ^D to get out of overlap prompt and remove duplicate exit condition | Todd C. Miller | |