Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino | |
2000-04-26 | fix RCS id | Brad Smith | |
2000-04-26 | we've done an oops | Michael Shalayeff | |
2000-04-26 | After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer | Aaron Campbell | |
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. | |||
2000-04-26 | sync | Theo de Raadt | |
2000-04-26 | make usage readable on a console; eric jackson <shinobi@monkey.org> | Jakob Schlyter | |
2000-04-26 | usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org> | Jakob Schlyter | |
2000-04-26 | enable user | Jakob Schlyter | |
2000-04-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton | |
2000-04-26 | dc_csid ain't needed no more; jason@ ok | Michael Shalayeff | |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton | |
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support | |||
2000-04-26 | sync | Theo de Raadt | |
2000-04-26 | Make perl sets happy.. Yoy! | Bob Beck | |
2000-04-25 | Add AudioNvideo | Constantine Sapuntzakis | |
2000-04-25 | A fix to the dreaded isadmaattach panic which hunts people playing with | Niklas Hallqvist | |
large memory machines. This time I really hope we can continue quite a bit away over the Gig. | |||
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis | |
2000-04-25 | mention tcp identifiers; miodrag@ifrance.com | Theo de Raadt | |
2000-04-25 | sync | Theo de Raadt | |
2000-04-25 | kill, test and pwd are ksh builtins--no need to include standalone binaries. | Todd C. Miller | |
2000-04-25 | fix install mode for skel/dot.rhosts | Jakob Schlyter | |
2000-04-25 | /usr/share/skel removed | Jakob Schlyter | |
2000-04-25 | /usr/share/skel moved to /etc/skel | Jakob Schlyter | |
2000-04-25 | change /usr/share/skel to /etc/skel. maintain dot.magic for backwards ↵ | Jakob Schlyter | |
compability. | |||
2000-04-25 | references to /usr/share/examples/usermgmt removed as we do not have that | Jakob Schlyter | |
2000-04-25 | skeletal login directory into /etc/skel | Jakob Schlyter | |
2000-04-25 | s/.Os NetBSD/.Os/ | Jakob Schlyter | |
2000-04-25 | do not replace adduser manpage (yet) | Jakob Schlyter | |
2000-04-25 | we are OpenBSD and HISTORY should say so | Jakob Schlyter | |
2000-04-25 | 2.6 -> 2.7; deraadt@ | Aaron Campbell | |
2000-04-25 | grammar | Theo de Raadt | |
2000-04-25 | keyfile protects keys, not files | Theo de Raadt | |
2000-04-25 | well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵ | Theo de Raadt | |
surely it can wait till after 2.7 | |||
2000-04-25 | Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix | Aaron Campbell | |
for now, at least until we determine if there is a more correct one. | |||
2000-04-25 | remove some non-important HISTORY | Jakob Schlyter | |
2000-04-25 | Missing MLINKS | Marc Espie | |
2000-04-25 | Typo | Marc Espie | |
2000-04-25 | When incorporating new messages, clear the "new" count before the | Todd C. Miller | |
inc so the count of new messages is useful afterwards. This makes mail behave more like the SunOS version in this respect. | |||
2000-04-25 | Mention that ktrace(2) doesn't follow links | Todd C. Miller | |
2000-04-25 | Missed this in last ncurses sync | Todd C. Miller | |
2000-04-25 | screw .S version memset does same job... | Michael Shalayeff | |
2000-04-25 | make bzero() compile again; millert@ ok | Michael Shalayeff | |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie | |
2000-04-25 | correct boundary check. XXX should avoid code duplicate here... | Jun-ichiro itojun Hagino | |
2000-04-25 | getpw*_r() | David Leonard | |
2000-04-25 | interop w/ F-secure windows client | Markus Friedl | |
2000-04-25 | From Assar: make adosfs compile, I was supposed | Niklas Hallqvist | |
to commit this long ago. | |||
2000-04-25 | if we have to allocate a new mbuf, don't forget to copy the header info from | Jason Wright | |
the original packet. | |||
2000-04-25 | fixing the frontend means fixing the backend too... add a countdown when | Jason Wright | |
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets) |