Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-13 | don't fail completely in if_addr() just because one interface won't SIOCGIFADDR. | kstailey | |
1997-02-13 | Remove statics to ease DDB debugging | Niklas Hallqvist | |
1997-02-13 | Provide ccd's major number | Niklas Hallqvist | |
1997-02-13 | Applitron's 128 MB PentiumPro with 64MB buffer cache | Niklas Hallqvist | |
1997-02-13 | regen | Niklas Hallqvist | |
1997-02-13 | blf.h headerfile install | Niels Provos | |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo 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-13 | prototypes (strike one) | kstailey | |
1997-02-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-13 | prototypes | kstailey | |
1997-02-13 | add #include <machine/cpu.h> for prototype of fusword() | kstailey | |
1997-02-13 | enlarged vmstat -m "Type" column to accomodate "MSDOSFS mount" | kstailey | |
1997-02-13 | Merge of NetBSD 970211 | Niklas Hallqvist | |
1997-02-13 | prevent free()ed object from being referenced | kstailey | |
1997-02-13 | added M_PFIL for packet filter | kstailey | |
1997-02-13 | fix YP and non-YP cases to exit/warn nicely | Theo de Raadt | |
1997-02-13 | added bcrypt + blowfish | Niels Provos | |
1997-02-13 | added hook for bcrypt | Niels Provos | |
1997-02-13 | riscpc++ | Per Fogelstrom | |
1997-02-13 | blowfish encryption header file | Niels Provos | |
1997-02-13 | password hashing algorithm using blowfish | Niels Provos | |
1997-02-13 | Unpatended fast block cipher for new password hashing. | Niels Provos | |
1997-02-13 | off-by-one-slot for IP timestamp option data inserts, PR#103, ↵ | Theo de Raadt | |
andreas.gunnarsson@emw.ericsson.se | |||
1997-02-13 | Return idle time of 0, not -1 for users w/o a tty. | Todd C. Miller | |
1997-02-13 | back out prev. change | kstailey | |
1997-02-13 | permit 32-bit uid/gid, help from millert | Theo de Raadt | |
1997-02-13 | Mention that certain fields are accessible to the super-user only. | Todd C. Miller | |
1997-02-13 | make SPLNET() do splsoftnet() | kstailey | |
1997-02-13 | Don't expose f_fsid to non-root. | Todd C. Miller | |
1997-02-13 | Allow use of interface name in rules file. This way if you have a dynamic | kstailey | |
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-13 | ok, this time the $HOSTCC stuff works correctly | Theo de Raadt | |
1997-02-13 | still uses mktemp; XXX to death for a modicum of security against races | Theo de Raadt | |
1997-02-12 | typo, msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-02-12 | Don't space text/data in shared libs by 256Mb. ld.so can't handle it with | Per Fogelstrom | |
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM. | |||
1997-02-12 | add tag | kstailey | |
1997-02-12 | more XXXX for mktemp | Theo de Raadt | |
1997-02-12 | Don't print garbage on EOF. | dm | |
1997-02-12 | Sign extension problem. | dm | |
1997-02-12 | Stat field takes 5 chars not 4 (think "IW<s+") | kstailey | |
1997-02-12 | protect ip_natexpire | kstailey | |
1997-02-12 | fix option argument parsing, nirva@ishiboo.com | Theo de Raadt | |
1997-02-12 | fix typecast; janjaap@stack.nl | Theo de Raadt | |
1997-02-12 | mark descriptors free in bpfilterattach() instead of bpfattach(); clearly | Theo 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-12 | The original disklabel code from dale had an unaligned-aligned problem | Theo 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-12 | when 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-12 | Delete old ticket file in addition to wiping if there is one. | dm | |
1997-02-12 | gcc's use of /tmp files is raceable (as pointed out to me many months ago | Theo 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-11 | IPF 1.3.7 | kstailey | |
1997-02-11 | document that -B may blow away important bits (on i386 it blows away MBR) | Theo de Raadt | |