summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-13don't fail completely in if_addr() just because one interface won't SIOCGIFADDR.kstailey
1997-02-13Remove statics to ease DDB debuggingNiklas Hallqvist
1997-02-13Provide ccd's major numberNiklas Hallqvist
1997-02-13Applitron's 128 MB PentiumPro with 64MB buffer cacheNiklas Hallqvist
1997-02-13regenNiklas Hallqvist
1997-02-13blf.h headerfile installNiels Provos
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
1997-02-13prototypes (strike one)kstailey
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-13prototypeskstailey
1997-02-13add #include <machine/cpu.h> for prototype of fusword()kstailey
1997-02-13enlarged vmstat -m "Type" column to accomodate "MSDOSFS mount"kstailey
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-02-13prevent free()ed object from being referencedkstailey
1997-02-13added M_PFIL for packet filterkstailey
1997-02-13fix YP and non-YP cases to exit/warn nicelyTheo de Raadt
1997-02-13added bcrypt + blowfishNiels Provos
1997-02-13added hook for bcryptNiels Provos
1997-02-13riscpc++Per Fogelstrom
1997-02-13blowfish encryption header fileNiels Provos
1997-02-13password hashing algorithm using blowfishNiels Provos
1997-02-13Unpatended fast block cipher for new password hashing.Niels Provos
1997-02-13off-by-one-slot for IP timestamp option data inserts, PR#103, ↵Theo de Raadt
andreas.gunnarsson@emw.ericsson.se
1997-02-13Return idle time of 0, not -1 for users w/o a tty.Todd C. Miller
1997-02-13back out prev. changekstailey
1997-02-13permit 32-bit uid/gid, help from millertTheo de Raadt
1997-02-13Mention that certain fields are accessible to the super-user only.Todd C. Miller
1997-02-13make SPLNET() do splsoftnet()kstailey
1997-02-13Don't expose f_fsid to non-root.Todd C. Miller
1997-02-13Allow use of interface name in rules file. This way if you have a dynamickstailey
IP address you don't have to edit the rules file every time you connect. Example of usage: coyote% cat /etc/nat.rules map ppp0 10.0.0.0/8 -> ppp0/32 portmap tcp/udp 10000:20000 ppp0 is automagically transformed into the IP address of the ppp0 interface.
1997-02-13ok, this time the $HOSTCC stuff works correctlyTheo de Raadt
1997-02-13still uses mktemp; XXX to death for a modicum of security against racesTheo de Raadt
1997-02-12typo, msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-02-12Don't space text/data in shared libs by 256Mb. ld.so can't handle it withPer Fogelstrom
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM.
1997-02-12add tagkstailey
1997-02-12more XXXX for mktempTheo de Raadt
1997-02-12Don't print garbage on EOF.dm
1997-02-12Sign extension problem.dm
1997-02-12Stat field takes 5 chars not 4 (think "IW<s+")kstailey
1997-02-12protect ip_natexpirekstailey
1997-02-12fix option argument parsing, nirva@ishiboo.comTheo de Raadt
1997-02-12fix typecast; janjaap@stack.nlTheo de Raadt
1997-02-12mark descriptors free in bpfilterattach() instead of bpfattach(); clearlyTheo de Raadt
must not re-marking them when new interfaces are added while one or more bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr
1997-02-12The original disklabel code from dale had an unaligned-aligned problemTheo de Raadt
in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well.
1997-02-12when changing a device entry slot, remove the old one.Dale S. Rahn
Hope this didn't break anyone's mvme68k builds today. this fixes the 1.15 version commit.
1997-02-12Delete old ticket file in addition to wiping if there is one.dm
1997-02-12gcc's use of /tmp files is raceable (as pointed out to me many months agoTheo de Raadt
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's
1997-02-11IPF 1.3.7kstailey
1997-02-11document that -B may blow away important bits (on i386 it blows away MBR)Theo de Raadt