Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-16 | VLAN 802.1q support | Jakob Schlyter | |
2000-01-16 | enable INET6 | Jakob Schlyter | |
2000-01-16 | INET6 address resolution (from KAME) | Jakob Schlyter | |
2000-01-16 | BGP support (from KAME/WIDE). INET6 parts not done yet. | Jakob Schlyter | |
2000-01-16 | Mobile IP support (from KAME/NetBSD) | Jakob Schlyter | |
2000-01-16 | L2TP support (from KAME) | Jakob Schlyter | |
2000-01-16 | Update to ncurses-5.0-20000115: | Todd C. Miller | |
+ additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer). | |||
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) | Angelos D. Keromytis | |
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT | Angelos D. Keromytis | |
2000-01-16 | No more gifconfig(8) | Angelos D. Keromytis | |
2000-01-16 | A bit more cleanup. | Angelos D. Keromytis | |
2000-01-16 | Update to not mention gifconfig(8); remove verbiage about ECN and | Angelos D. Keromytis | |
multidestination modes (we propagate ECN by default, and don't support multidestination mode). | |||
2000-01-15 | Add "giftunnel" keyword, obsoleting gifconfig(8). | Angelos D. Keromytis | |
2000-01-15 | typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.net | Niels Provos | |
2000-01-15 | Order flags alphabetically. | Angelos D. Keromytis | |
2000-01-15 | Remove unnecessary definition. | Angelos D. Keromytis | |
2000-01-15 | Don't allow enc0 to be added to a bridge, as it's used for all | Angelos D. Keromytis | |
non-bound SAs... | |||
2000-01-15 | Update. | Angelos D. Keromytis | |
2000-01-15 | Update. | Angelos D. Keromytis | |
2000-01-15 | Can't bind SAs to enc0 | Angelos D. Keromytis | |
2000-01-15 | Add function prototype. | Angelos D. Keromytis | |
2000-01-15 | PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will be | Federico G. Schwindt | |
returned way above. | |||
2000-01-15 | Some KNF. | Federico G. Schwindt | |
2000-01-15 | Check that INET is defined. Revove unused code. Some KNF. | Federico G. Schwindt | |
2000-01-15 | Change function type to non-static. | Angelos D. Keromytis | |
2000-01-15 | Remove unneded vars and code. 0 -> NULL. Some KNF. | Federico G. Schwindt | |
Use statistics where available. | |||
2000-01-15 | Remove the IPX ifdef; it's always there. | Federico G. Schwindt | |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt | |
2000-01-15 | clean up defines for openbsd powerpc, also enable the libc_r support properly. | Dale S. Rahn | |
2000-01-15 | use model instead of name, more constistant with determining machine type. | Dale S. Rahn | |
2000-01-15 | There is no need to waste short for holding EOF in the pushback buffer. | Marc Espie | |
Now that the input_file structure is sufficiently fleshed out, just stop EOF at the putback level, and make sure files at EOF STAY at EOF. | |||
2000-01-15 | Correct the serial device name | brian | |
Submitted by: Kevin Lo <kevlo@openbsd.org> | |||
2000-01-15 | more KNF. | Federico G. Schwindt | |
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt | |
I'm not sure why we'd want to reset it. Leave the comment as is by now. | |||
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt | |
2000-01-15 | special case one mislabeled device which is not a pci bridge at all | Theo de Raadt | |
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt | |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt | |
2000-01-15 | add 'd' to usage. mention rc.shutdown in the man page. | Eric Jackson | |
2000-01-15 | (char *)0 -> NULL cleanup. From NetBSD | Eric Jackson | |
2000-01-15 | Handle the SNAP encapsulated IP/Non-IP case. | Jason Wright | |
2000-01-14 | no such thing as machparam.h; bmah@ca.sandia.gov | Theo de Raadt | |
2000-01-14 | Cleanup the handling of ptes on 4m. | Artur Grabowski | |
Implement a generic getptep4m that returns the pointer to the pte for (pmap, va). reimplement (and make static __inline) {set,get}ptesw4m and setpte4m using getptep4m. (more on this topic coming soon) | |||
2000-01-14 | make setpgt4m static __inline, remove dead code. | Artur Grabowski | |
2000-01-14 | call dologout() with 1. not -1 | Eric Jackson | |
2000-01-14 | show blackhole flag; ura@hiru.aoba.yokohama.jp | Theo de Raadt | |
2000-01-14 | Try to allocate the first indirect block in the same cg as the inode. | Artur Grabowski | |
This improves read speed for files of moderate size (100-500k). From FreeBSD (mckusick@FreeBSD.ORG). | |||
2000-01-14 | rename DEBUGLOCKS to LOCKDEBUG to be consistent with the rest of the kernel | Artur Grabowski | |
2000-01-14 | Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway. | Artur Grabowski | |
2000-01-14 | Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller | |