Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-09 | fix tmpnam() argument; kris@freebsd | Theo de Raadt | |
2000-01-09 | Remove the hack to make xterm fit. Tic with the new termtypes file is | Todd C. Miller | |
smart enough to do the right thing. *NOTE* it is a good idea to install a tic linked with the latest libcurses before building the new termcap/terminfo files. | |||
2000-01-09 | Use getaddrinfo() in srcsa/dstsa/clearsa. | Angelos D. Keromytis | |
2000-01-09 | Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL, | Todd C. Miller | |
not ^H. | |||
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |
2000-01-09 | Switch to the terminfo/termcap master file from the ncurses distro | Todd C. Miller | |
since it is being actively maintained. | |||
2000-01-09 | Make 'ftp host:/path/to/file' work again. This got broken during IPV6 | Todd C. Miller | |
integration. | |||
2000-01-09 | Update to ncurses-5.0-20000108: | Todd C. Miller | |
+ add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style) | |||
2000-01-09 | add dcphy (necessary for macronix 98715) | Jason Wright | |
2000-01-09 | fetch subsystem id for comparison in dcphy | Jason Wright | |
Merge with FreeBSD: add a routine to search for dirty rx buffers in case rxeof falls out of sync with the hardware | |||
2000-01-09 | sync | Jason Wright | |
2000-01-09 | emulated phy for if_dc; from FreeBSD | Jason Wright | |
2000-01-09 | When storing termcap entry in the .db file, prune out empty entries like | Todd C. Miller | |
:\t: since space may be tight with the 1023 character termcap limit. | |||
2000-01-09 | Remove unnecessary ifdefs | Angelos D. Keromytis | |
2000-01-08 | sync | Theo de Raadt | |
2000-01-08 | Allow UKC to change tz with 'timezone' command. | David Leonard | |
2000-01-08 | sync with NetBSD | Peter Galbavy | |
- remove unused are from IO_BUF_ERR in rf_driver.c - remove unused define in rf_stripelocks.c | |||
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller | |
2000-01-08 | remove never-visited function icmp6_ctloutput(). | Jun-ichiro itojun Hagino | |
for openbsd, this is integrated into rip6_ctloutput(). | |||
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie | |
for reminding me. | |||
2000-01-08 | better test code | David Leonard | |
2000-01-08 | fix sizeof's when aliasing reentrant structures. | David Leonard | |
(this caused group name lookups to fail) | |||
2000-01-08 | test getgrent stuff | David Leonard | |
2000-01-08 | Enable extended cap names. Previously, the only allowed cap names were | Todd C. Miller | |
those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag. | |||
2000-01-08 | before setting IFM_AUTO, make sure it really exists. If not, punt with | Jason Wright | |
IFM_10_T. Also remove long dead fxp_phyname() | |||
2000-01-08 | Missing rndvar.h | Angelos D. Keromytis | |
2000-01-08 | Forgot to commit this (GRE ioctls) | Angelos D. Keromytis | |
2000-01-08 | expose ifmedia_match | Jason Wright | |
2000-01-08 | pull in arc4random() prototype | Theo de Raadt | |
2000-01-08 | support LBA-mapped extended partitions too; ↵ | Theo de Raadt | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-01-08 | use arc4random() instead of random for two reasons. | Theo de Raadt | |
1) on some architectures, random() should only be used by the scheduler (ie. statintr() because it is uniformly distributed 2) arc4random() is actually strong, random() is not at all | |||
2000-01-08 | gre(4) interface in GENERIC | Angelos D. Keromytis | |
2000-01-08 | A bit more language, and remove references to greconfig(8). | Angelos D. Keromytis | |
2000-01-08 | Work on the language... | Angelos D. Keromytis | |
2000-01-08 | Fix serious crash-and-burn bug I introduced with last revision. | Angelos D. Keromytis | |
2000-01-08 | securelevel is specified in rc.securelevel, not rc.conf | Hugh Graham | |
2000-01-08 | Most of this is covered in securelevel(7) now. | Hugh Graham | |
2000-01-08 | Give securelevel its own manpage and enable. | Hugh Graham | |
2000-01-08 | We don't need a pseudo-header for tcpdump on the output routine. | Angelos D. Keromytis | |
2000-01-08 | Formatting fixes + better description of -a. | Aaron Campbell | |
2000-01-08 | Incoming bpf tap. | Angelos D. Keromytis | |
2000-01-07 | Fix tcpdump -n -i greN (causes a panic in NetBSD) | Angelos D. Keromytis | |
2000-01-07 | gre(4) man page, from NetBSD. | Angelos D. Keromytis | |
2000-01-07 | Remove unnecessary include files. | Angelos D. Keromytis | |
2000-01-07 | Remove unused include files. | Angelos D. Keromytis | |
2000-01-07 | Make some of the GRE-specific ioctls privileged. Remove a lot of | Angelos D. Keromytis | |
unnecessary include files. | |||
2000-01-07 | Missing sysctl.h include | Angelos D. Keromytis | |
2000-01-07 | Forgot the names here... | Angelos D. Keromytis | |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis | |
changes). Also, minor cleanup in in_proto.c | |||
2000-01-07 | gre interface code, from NetBSD (with some changes) | Angelos D. Keromytis | |