Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-27 | time_t is not long | Theo de Raadt | |
1997-07-27 | hardcode list of ports to not randomly allocate; will add configuration later | Theo de Raadt | |
1997-07-27 | Xr rcmd 3 | Theo de Raadt | |
1997-07-27 | for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpf | Theo de Raadt | |
uses when it sends packets out. blame tqbf@rdist.org for this fix. | |||
1997-07-27 | use RAW_PART | Theo de Raadt | |
1997-07-27 | Ethernet v2 encapsulated Appletalk packets are phase 1, w/ LLAP header. | denny | |
802.3/SNAP encapsulated Appletalk packets are phase 2, w/ no LLAP header. | |||
1997-07-27 | document bpb media types | Michael Shalayeff | |
1997-07-26 | protect from asm.h _C_LABEL pre-inclusion | Michael Shalayeff | |
1997-07-26 | Ok, the final part in the support for mail.aliases and mail.byaddr in | Mats O Jansson | |
ypserv. For this to have an effect the following must be done. 1) make install in src/usr.sbin/ypserv/ypinit will update /var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist. 2) merge changes from Makefile.main.dist into Makefile and Makefile.main in /var/yp. Don't forget to keep the SUBDIR line from Makefile. 3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and Makefile in any domains directory. If no local maps exists it's normaly just to replace the files. -moj | |||
1997-07-26 | support for noipsec routes. use -1 or p0 at fespah. | Niels Provos | |
1997-07-26 | Fix bug in handling host!host!user. Added missing code for YP information | Mats O Jansson | |
records. -moj | |||
1997-07-26 | Report total number of blocks for a scsi disk since on modern drives | Todd C. Miller | |
total sectors > cyl * head * sec/head. Inspired by der Mouse <mouse@rodents.montreal.qc.ca> | |||
1997-07-26 | reserve SPIs for correct protos: ah and/or esp. | Niels Provos | |
1997-07-26 | Convert upper -> lower case in seed for fake s/key propt. | Todd C. Miller | |
1997-07-26 | - int -> long fixes | Todd C. Miller | |
- restore priority correctly after setpriority (assumed start pri was 0) - rfc-compliant challenge when faking it for those w/o a keyfile entry on machines with short hostnames or non-alphanum hostnames. | |||
1997-07-26 | /etc/skeykeys should be mode 0600. | Todd C. Miller | |
1997-07-26 | Must include netatalk/at_extern to get atintr() prototype. | denny | |
1997-07-26 | The second of three steps to support main.aliases and mail.byaddr in ypserv. | Mats O Jansson | |
This time it's time for a new utility program mkalias. The last part is arriving any day now... -moj | |||
1997-07-26 | bugs killed in NetBSD by thorpej. | Mats O Jansson | |
1997-07-26 | bug killed in NetBSD by thorpej. | Mats O Jansson | |
1997-07-25 | Typo (from NetBSD #2622) | Tobias Weingartner | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | user err(3) | Michael Shalayeff | |
1997-07-25 | use err(3), some -Wall | Michael Shalayeff | |
1997-07-25 | Updates from NetBSD (lukem) include -Wall cleanup. | Todd C. Miller | |
More -W* cleanup and in_port_t usage by me. | |||
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | use err(3) | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | s/NetBSD/OpenBSD/ | kstailey | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | restore traditional "all" keyword option - see lpc(8) | grr | |
1997-07-25 | no need for -Imachine now | Michael Shalayeff | |
1997-07-25 | _STANDALONE needs <machine/limits.h> too | Michael Shalayeff | |
1997-07-25 | use machine/{std,var}args.h | Michael Shalayeff | |
1997-07-25 | document EINVAL per kern_descr.c:sys_flock() change | Michael Shalayeff | |
1997-07-25 | damnit | Theo de Raadt | |
1997-07-25 | return EINVAL in case bad locking specified; netbsd | Michael Shalayeff | |
1997-07-25 | userland bye-bye | Michael Shalayeff | |
(arch/machine/libsa have to have machine link or smth) | |||
1997-07-25 | correct return value on apmcall failure | Michael Shalayeff | |
1997-07-25 | add man page from netbsd | Michael Shalayeff | |
1997-07-25 | initialize variable!! found by mickey | Niels Provos | |
1997-07-25 | more to the point err. msg. | kstailey | |