summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-22change uucp uid to 4; 66 is unneccessarily high. SunOS uses 4Theo de Raadt
1996-06-21in make build: make includes bombs before compile_etdm
1996-06-21fsck -> fsck_ffsTheo de Raadt
1996-06-21unconfig targetTheo de Raadt
1996-06-21argv[0] for children is mount_XXX instead of simply XXXTheo de Raadt
1996-06-21use correct copyrightchuck
1996-06-21use correct copyrightchuck
1996-06-21use correct copyrightchuck
1996-06-21missing semi-colondm
1996-06-21Make it compile without obj directoriesThorsten Lockert
1996-06-21allow LKM listing.Michael Shalayeff
1996-06-21add in "en" ATM devicechuck
1996-06-21sbus glue for "en" ATM device (only works on sun4c due to lack of supportchuck
for IOMMU)
1996-06-21PCI glue for the en ATM device.chuck
1996-06-21add ENI ATMchuck
1996-06-21regeneratechuck
1996-06-21add ENI-155P ATM.chuck
1996-06-21device driver from the Efficient Networks "MIDWAY" ATM155 chip.chuck
1996-06-21add in new files for ATMchuck
1996-06-21network support for ATM networks (ATM == Async Transfer Mode, notchuck
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either).
1996-06-21only deal with ffs filesystems; netbsd pr#2652, greywolf@starwolf.comTheo de Raadt
(should we deal with mfs?)
1996-06-21use <sys/queue.h> for pfsnode list.Michael Shalayeff
$OpenBSD$ additions.
1996-06-21updates according to the kernel chenges.Michael Shalayeff
1996-06-21updates according to the kernel changes.Michael Shalayeff
1996-06-21allocate LKM slot dynamically.Michael Shalayeff
prepare to LKM symtabs, cross deps, etc!
1996-06-21Accept a NULL buffer to tgetent(3)Thorsten Lockert
1996-06-21Make sure we don't write more than 1024 bytes into the buffer passed toThorsten Lockert
tgetent(3); truncate the capability string if this happens.
1996-06-21When truncating to long termcap entries, don't leave partial capabilitiesThorsten Lockert
at the end of the capability string
1996-06-21WHen called with a buffer (throug tgetent(3)), never type to copy more thanThorsten Lockert
1023 bytes into the passed buffer. Always make sure the buffer is NUL- terminated after copying a terminal description entry into it as well.
1996-06-20show Virtual Memory total/used to df.Michael Shalayeff
1996-06-20update manua page according to the kernel code changes.Michael Shalayeff
1996-06-20add more kernel variables. calculate used/free physmem and vnodes.Michael Shalayeff
1996-06-20GNU bc 1.05aTheo de Raadt
1996-06-20bc is a wrapper that runs gnubc on a pipe. bc is non-interactive gnubc, ↵Theo de Raadt
basically
1996-06-20GPL requires us to show copyright message if run interactiveTheo de Raadt
1996-06-20Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fiTheo de Raadt
1996-06-20syncTheo de Raadt
1996-06-20add Cyclom-Y definitions; from jmarin@pyy.jmp.fiTheo de Raadt
1996-06-20calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵Theo de Raadt
brb@exp.com
1996-06-20kern_malloc() can fail in canwait case if no more map space; return NULL inTheo de Raadt
that case so that callers can deal with shortage rather than deadlocking.
1996-06-20tick v_swpin & v_swpoutTheo de Raadt
1996-06-20if kmem_malloc() fails to allocate a cluster, call m_reclaim(). logTheo de Raadt
"mb_map full" message only once a minute.
1996-06-20only write to realpath if non-NULLTheo de Raadt
1996-06-20add fdformat for the i386: based on an old FreeBSD version, gotten fromJason Downs
jtk's port of dosemu; some cleaning by me, but it needs more. Should probably just be rewritten...
1996-06-20don't blow away jtk's rcsidJason Downs
1996-06-20fdformat support:Jason Downs
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver.
1996-06-20max 64 chars for TERM; rlogind accepts no moreTheo de Raadt
1996-06-19turn off *DIAG; something is miserably wrong with it and various peopleTheo de Raadt
have wasted weeks because of the crashes.
1996-06-19do not use system() to start $EDITOR, but fake system() ourselvesTheo de Raadt
1996-06-19pstat == statTheo de Raadt