summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-29DOSMBR_SIGNATURE, DOSACTIVE; weingartTheo de Raadt
1997-09-29Xr bindresvport and rresvportTheo de Raadt
1997-09-29midway update:chuck
[1] add EN_ENIDMAFIX - the byte-aligner on the ENI version of the card appears to lose under heavy load so avoid using it. see comment in midway.c for full details. note that the Adaptec version of the card works properly under load. detected by Kenjiro Cho <kjc@csl.sony.co.jp> [confirmed by chuck] fix by chuck & kjc [2] update some freebsd specific code [from kjc] [3] for circular buffers: ensure there is always one free slot so that we can easily tell the difference between a full and empty list. re-structure a few loops to reflect this. fixes a problem with mbufs being free'd while still in DMA, and makes drive a bit more robust. detected and fixed by kjc also, pull in the following changes from netbsd: revision 1.29 date: 1997/07/07 22:52:17; author: cgd; state: Exp; lines: +29 -22 fix static inline functions' prototypes so they're correctly marked 'inline' as well as static. mark prototypes for static inline functions as possibly unused (with __attribute__ ((unused))), to avoid generating warnings when compiling without optimization but with most ports' default warning flags. Clean up prototype list spacing, and make it more consistent. --------------------------- revision 1.28 date: 1997/04/28 17:04:06; author: mycroft; state: Exp; lines: +2 -1 Oops; forgot to GC the last mbuf allocated when out of clusters. --------------------------- revision 1.27 date: 1997/04/24 02:25:37; author: mycroft; state: Exp; lines: +2 -2 Do not force the initial part of a packet into a separate mbuf. --------------------------- revision 1.26 date: 1997/04/24 02:24:07; author: mycroft; state: Exp; lines: +6 -3 If we fail to allocate a cluster to hold a large packet, simply drop it rather than using a chain of tiny mbufs.
1997-09-29Add entry for lastlog.Todd C. Miller
1997-09-29not uniq; ms@xy.orgTheo de Raadt
1997-09-29<sys/types.h> OR <sys/param.h>, BUT NOT bothMichael Shalayeff
1997-09-29apm0 at bios0; i have sb and scd nowMichael Shalayeff
1997-09-29 according to the recent apm changesMichael Shalayeff
1997-09-29apm0 at bios0Michael Shalayeff
configs will be updated
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-09-28more \n in log()Theo de Raadt
1997-09-28log() needs a \nTheo de Raadt
1997-09-28avoid looping on question; wosch@freebsdTheo de Raadt
1997-09-28Kill non-secure blip.Tobias Weingartner
1997-09-28Allow pppd to change interface addr when demand dialing & dynamic addressing.Todd C. Miller
Fix from Dave Huang <khym@bga.com> based on what ifconfig does.
1997-09-28cpu_reset() changes, inspired by netbsdflipk
be damned if i can find netbsd's commit msg, tho..
1997-09-28write lastlog; mason@primenet.com.auTheo de Raadt
1997-09-28utmp/lastlog do not need rotation; mason@primenet.com.auTheo de Raadt
1997-09-28Threadway lives again.Jason Downs
1997-09-27Fix swapconf.c so it will not crash swap on nfs envsNiklas Hallqvist
1997-09-27Amazing how much confusion and how much tracing a simple 4 instead of a 3Per Fogelstrom
can cause!! Returned sigmask value was taken from wrong register... So no more zombies!!!
1997-09-27Cleaning up my tree.. that is why nits like this extra blank lineNiklas Hallqvist
gets committed
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-27undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,Theo de Raadt
or how much work it would be fix everything that uses AF_UNSPEC.
1997-09-26oopsTheo de Raadt
1997-09-26snap_md: arch is pmax not sparc. -mojMats O Jansson
1997-09-26get INSTALL.* from correct placeTheo de Raadt
1997-09-26installboot on sdXc not /dev/rsdXcTheo de Raadt
1997-09-26Clear /tmp before running /etc/rc.securelevel. Brian Candler <btc@demon.net>Todd C. Miller
1997-09-26nice diskinfo; terms consistancy by millert@Michael Shalayeff
1997-09-26Man link for mkdtemp(3).Todd C. Miller
1997-09-26fix PORTAL comment in all alpha config fileskstailey
1997-09-26fix PORTAL comment in all sun3 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26ex0 is a sin at the momentTheo de Raadt
1997-09-26binaries not in /etcTheo de Raadt
1997-09-26another note about NATkstailey
1997-09-2610 X'sTodd C. Miller
1997-09-26Some -Wall. Add display_partition() for use with upcoming editor mode.Todd C. Miller
1997-09-26Repair more newfs damage.Todd C. Miller
1997-09-26Back out last changeTodd C. Miller
1997-09-26Don't specify disktype to newfs when we already have a label.Todd C. Miller
1997-09-26another oneTodd C. Miller
1997-09-26more newfs usageTodd C. Miller
1997-09-26Add a missing disklabel and fix newfs usage.Todd C. Miller
1997-09-26Fix some newfs usage.Todd C. Miller
1997-09-26I really don't think this script even works but convert old-styleTodd C. Miller
newfs to use -T anyway.
1997-09-26Don't give newfs a disk-type. We already labelled the damn thing.Todd C. Miller
1997-09-26No longer allow the "newfs -flags /dev/rdev disk-type" form. It'sTodd C. Miller
no longer documented and disk type is settable via the -T flag. Also fix a problem kept newfs from building w/o COMPAT being defined.