Age | Commit message (Expand) | Author |
1996-06-20 | show Virtual Memory total/used to df. | Michael Shalayeff |
1996-06-20 | update manua page according to the kernel code changes. | Michael Shalayeff |
1996-06-20 | add more kernel variables. calculate used/free physmem and vnodes. | Michael Shalayeff |
1996-06-20 | GNU bc 1.05a | Theo de Raadt |
1996-06-20 | bc is a wrapper that runs gnubc on a pipe. bc is non-interactive gnubc, basic... | Theo de Raadt |
1996-06-20 | GPL requires us to show copyright message if run interactive | Theo de Raadt |
1996-06-20 | Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fi | Theo de Raadt |
1996-06-20 | sync | Theo de Raadt |
1996-06-20 | add Cyclom-Y definitions; from jmarin@pyy.jmp.fi | Theo de Raadt |
1996-06-20 | calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, br... | Theo de Raadt |
1996-06-20 | kern_malloc() can fail in canwait case if no more map space; return NULL in | Theo de Raadt |
1996-06-20 | tick v_swpin & v_swpout | Theo de Raadt |
1996-06-20 | if kmem_malloc() fails to allocate a cluster, call m_reclaim(). log | Theo de Raadt |
1996-06-20 | only write to realpath if non-NULL | Theo de Raadt |
1996-06-20 | add fdformat for the i386: based on an old FreeBSD version, gotten from | Jason Downs |
1996-06-20 | don't blow away jtk's rcsid | Jason Downs |
1996-06-20 | fdformat support: | Jason Downs |
1996-06-20 | max 64 chars for TERM; rlogind accepts no more | Theo de Raadt |
1996-06-19 | turn off *DIAG; something is miserably wrong with it and various people | Theo de Raadt |
1996-06-19 | do not use system() to start $EDITOR, but fake system() ourselves | Theo de Raadt |
1996-06-19 | pstat == stat | Theo de Raadt |
1996-06-19 | do not use system() to start $EDITOR, but fake system() ourselves | Theo de Raadt |
1996-06-19 | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly | Theo de Raadt |
1996-06-19 | util.h no longer here | Theo de Raadt |
1996-06-19 | let user set TOS, DF bit, and TTL. also use strtol() instead of atoi() so | Theo de Raadt |
1996-06-19 | do not overflow term buffer, noted initially by darren reed. my own fix | Theo de Raadt |
1996-06-19 | our kernel is bsd, not netbsd. | Michael Shalayeff |
1996-06-19 | OpenBSD RCSID | Niklas Hallqvist |
1996-06-19 | MD2 copyright is too restrictive for us, pointed out by Jason Thorpe | Niklas Hallqvist |
1996-06-19 | Makefiles supported obj, but not obj.${MACHINE}. Use same solution as | Mats O Jansson |
1996-06-18 | Fix off by one error when setting up ttytype[] | Thorsten Lockert |
1996-06-18 | Our terminfo emulation library now supports ttytype[], no need to special- | Thorsten Lockert |
1996-06-18 | Also emulate old ttytype[] behaviour. Strip off any obsolete 2-character | Thorsten Lockert |
1996-06-18 | talk about ypinit; fails to talk about "ypmake" still | Theo de Raadt |
1996-06-18 | name the client "client", and mention YP support | Theo de Raadt |
1996-06-18 | Note that bootparamd returns both server and path. Minor nit. | briggs |
1996-06-18 | bootparam paths are server:/path, duh. pointed out by briggs | Theo de Raadt |
1996-06-18 | libpcap used yyparse(), which is bad; netbsd pr#2031; lukem@supp.cpr.itg.tele... | Theo de Raadt |
1996-06-18 | bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; jha... | Theo de Raadt |
1996-06-18 | move std stuff from rc.local to rc | Theo de Raadt |
1996-06-18 | LOCK_UN before close, not after | Theo de Raadt |
1996-06-18 | +x68k, mvme68k, mvme88k | Theo de Raadt |
1996-06-18 | Try to avoid collisions with reselection when starting a new selection. | Theo de Raadt |
1996-06-18 | fix a type mismatch | Theo de Raadt |
1996-06-18 | New rev. from Matt Thomas (June 7, 1996), which | Theo de Raadt |
1996-06-18 | add missing newline in printf. pointed out by Matt Thomas | Theo de Raadt |
1996-06-18 | from netbsd; Fix typos in SUSP and DSUSP mapping when setting Ultrix | Theo de Raadt |
1996-06-18 | sync to libc | Theo de Raadt |
1996-06-18 | from netbsd; Fix PR/2504: return with no args returns 0 instead of | Theo de Raadt |
1996-06-18 | my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes. | Jason Downs |