summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-26open + fdopenTheo de Raadt
1996-06-25mktemp w/ open & fdopenTheo de Raadt
1996-06-25open O_EXCL instead of creat; for writable rdist directories... still small DOSTheo de Raadt
1996-06-25mkstemp & fdopenTheo de Raadt
1996-06-25umask() AF_UNIX socket; still a small DOS windowTheo de Raadt
1996-06-25consider umask for AF_UNIX bind()Theo de Raadt
1996-06-25lpt_isa_caTheo de Raadt
1996-06-25MID_M68K is the default now (with backwards compat for MID_M68K4KTheo de Raadt
1996-06-25byeTheo de Raadt
1996-06-25COMPAT_M68K4KTheo de Raadt
1996-06-25mktemp open + fdopenTheo de Raadt
1996-06-25do not use MID_M68K4KTheo de Raadt
1996-06-25indent niceTheo de Raadt
1996-06-25Show interrupt counts on i386.Thorsten Lockert
1996-06-25Implement save/restore cursor position; new curses uses itThorsten Lockert
1996-06-25default to logging rsh connectionsTheo de Raadt
1996-06-25from wpaul@freebsd, more than a year ago: only put each host to export toTheo de Raadt
onto the export list once. from jeorg@freebsd/grog@lemis.de, also, strdup() to avoid a later crash in free().
1996-06-25distinguish ambigious and unknown commands; netbsd pr$2536; leo@marco.deTheo de Raadt
1996-06-25only open one bpf per interface; netbsd pr#2106; codewarrior@daemon.orgTheo de Raadt
1996-06-25fix last change.Michael Shalayeff
1996-06-25our tar has no --fast-readdm
1996-06-25ncheck(8) lives!Theo de Raadt
1996-06-25Fix manpage linkThorsten Lockert
1996-06-25ncheck(8) implementationThorsten Lockert
1996-06-25icheck(8) and ncheck(8) do not exist; from FreeBSDTheo de Raadt
1996-06-25mktemp open+fdopenTheo de Raadt
1996-06-25pretty structure defnTheo de Raadt
1996-06-25mkstemp & fdopen; fix FILE * leakTheo de Raadt
1996-06-25mktemp open & fdopenTheo de Raadt
1996-06-25mkstemp + fdopenTheo de Raadt
1996-06-25mktemp open/fdopenTheo de Raadt
1996-06-25emul_nativeTheo de Raadt
1996-06-25mkstempTheo de Raadt
1996-06-24struct intrhand protected by _KERNEL; some user-mode assembly codeThorsten Lockert
can't deal with the file without this
1996-06-24ufs_dirops only needed when compiling with _KERNELThorsten Lockert
1996-06-24use temp file more carefullyTheo de Raadt
1996-06-24pica changes backed out. does not belong herePer Fogelstrom
1996-06-24local version of isa/lpt.cPer Fogelstrom
1996-06-24com.c -> local ace.c, lpt -> local lpr.cPer Fogelstrom
1996-06-24arc and pica needs special alignmentPer Fogelstrom
1996-06-24add -s flag; if specified in inetd, does not allow forwarding @ requestsTheo de Raadt
1996-06-24kernel is /bsd; GENERIC is not an optionTheo de Raadt
1996-06-24kernel is /bsdTheo de Raadt
1996-06-24kernel is /bsdTheo de Raadt
1996-06-24show talk request on the most non-idle tty (if there is more than one).Michael Shalayeff
1996-06-24ufs: sorry, one more pointer in struct inode.Jason Downs
THREADWAY: good example of a really tweaked PeeCee.
1996-06-24Next try. ARC tree import. "New" Mips (spim) ARC compliant systems tree.Per Fogelstrom
This tree will eventually suport viritualy all ARC compliant Mips systems, that is all we can lay our hands on for porting/testing. It will supersede the pica tree which will be removed shortly when this tree is functioning.
1996-06-24ufs changes: add the notion of directory operators.Jason Downs
gnu/ext2fs: add the second extended filesystem. Note that I'm commiting this now for the sake of the ufs changes; ext2fs is not yet fully integrated into the system.
1996-06-23Take out some stuff I don't useThorsten Lockert
1996-06-23Added support for user modifiable kernel at boot (-c) /majaMats O Jansson