summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-09Remove the hack to make xterm fit. Tic with the new termtypes file isTodd 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-09Use getaddrinfo() in srcsa/dstsa/clearsa.Angelos D. Keromytis
2000-01-09Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
2000-01-09remove O_NONBLOCK from tty fd so we don't spin with EAGAINJason Wright
2000-01-09Switch to the terminfo/termcap master file from the ncurses distroTodd C. Miller
since it is being actively maintained.
2000-01-09Make 'ftp host:/path/to/file' work again. This got broken during IPV6Todd C. Miller
integration.
2000-01-09Update 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-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-09fetch subsystem id for comparison in dcphyJason 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-09syncJason Wright
2000-01-09emulated phy for if_dc; from FreeBSDJason Wright
2000-01-09When storing termcap entry in the .db file, prune out empty entries likeTodd C. Miller
:\t: since space may be tight with the 1023 character termcap limit.
2000-01-09Remove unnecessary ifdefsAngelos D. Keromytis
2000-01-08syncTheo de Raadt
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-08sync with NetBSDPeter Galbavy
- remove unused are from IO_BUF_ERR in rf_driver.c - remove unused define in rf_stripelocks.c
2000-01-08Silence gcc -Wall on alpha in enomem() printf via cast to u_long.Todd C. Miller
2000-01-08remove never-visited function icmp6_ctloutput().Jun-ichiro itojun Hagino
for openbsd, this is integrated into rip6_ctloutput().
2000-01-08Finish changing all Var_Parse arguments to size_t. Thanks to millert@Marc Espie
for reminding me.
2000-01-08better test codeDavid Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
(this caused group name lookups to fail)
2000-01-08test getgrent stuffDavid Leonard
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd 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-08before setting IFM_AUTO, make sure it really exists. If not, punt withJason Wright
IFM_10_T. Also remove long dead fxp_phyname()
2000-01-08Missing rndvar.hAngelos D. Keromytis
2000-01-08Forgot to commit this (GRE ioctls)Angelos D. Keromytis
2000-01-08expose ifmedia_matchJason Wright
2000-01-08pull in arc4random() prototypeTheo de Raadt
2000-01-08support LBA-mapped extended partitions too; ↵Theo de Raadt
sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-01-08use 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-08gre(4) interface in GENERICAngelos D. Keromytis
2000-01-08A bit more language, and remove references to greconfig(8).Angelos D. Keromytis
2000-01-08Work on the language...Angelos D. Keromytis
2000-01-08Fix serious crash-and-burn bug I introduced with last revision.Angelos D. Keromytis
2000-01-08securelevel is specified in rc.securelevel, not rc.confHugh Graham
2000-01-08Most of this is covered in securelevel(7) now.Hugh Graham
2000-01-08Give securelevel its own manpage and enable.Hugh Graham
2000-01-08We don't need a pseudo-header for tcpdump on the output routine.Angelos D. Keromytis
2000-01-08Formatting fixes + better description of -a.Aaron Campbell
2000-01-08Incoming bpf tap.Angelos D. Keromytis
2000-01-07Fix tcpdump -n -i greN (causes a panic in NetBSD)Angelos D. Keromytis
2000-01-07gre(4) man page, from NetBSD.Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
2000-01-07Remove unused include files.Angelos D. Keromytis
2000-01-07Make some of the GRE-specific ioctls privileged. Remove a lot ofAngelos D. Keromytis
unnecessary include files.
2000-01-07Missing sysctl.h includeAngelos D. Keromytis
2000-01-07Forgot the names here...Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis
changes). Also, minor cleanup in in_proto.c
2000-01-07gre interface code, from NetBSD (with some changes)Angelos D. Keromytis