summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-27time_t is not longTheo de Raadt
1997-07-27hardcode list of ports to not randomly allocate; will add configuration laterTheo de Raadt
1997-07-27Xr rcmd 3Theo de Raadt
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
uses when it sends packets out. blame tqbf@rdist.org for this fix.
1997-07-27use RAW_PARTTheo de Raadt
1997-07-27Ethernet 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-27document bpb media typesMichael Shalayeff
1997-07-26protect from asm.h _C_LABEL pre-inclusionMichael Shalayeff
1997-07-26Ok, the final part in the support for mail.aliases and mail.byaddr inMats 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-26support for noipsec routes. use -1 or p0 at fespah.Niels Provos
1997-07-26Fix bug in handling host!host!user. Added missing code for YP informationMats O Jansson
records. -moj
1997-07-26Report total number of blocks for a scsi disk since on modern drivesTodd C. Miller
total sectors > cyl * head * sec/head. Inspired by der Mouse <mouse@rodents.montreal.qc.ca>
1997-07-26reserve SPIs for correct protos: ah and/or esp.Niels Provos
1997-07-26Convert upper -> lower case in seed for fake s/key propt.Todd C. Miller
1997-07-26 - int -> long fixesTodd 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-26Must include netatalk/at_extern to get atintr() prototype.denny
1997-07-26The 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-26bugs killed in NetBSD by thorpej.Mats O Jansson
1997-07-26bug killed in NetBSD by thorpej.Mats O Jansson
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-07-25use err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25user err(3)Michael Shalayeff
1997-07-25use err(3), some -WallMichael Shalayeff
1997-07-25Updates from NetBSD (lukem) include -Wall cleanup.Todd C. Miller
More -W* cleanup and in_port_t usage by me.
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25use err(3)Michael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25s/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-25restore traditional "all" keyword option - see lpc(8)grr
1997-07-25no need for -Imachine nowMichael Shalayeff
1997-07-25_STANDALONE needs <machine/limits.h> tooMichael Shalayeff
1997-07-25use machine/{std,var}args.hMichael Shalayeff
1997-07-25document EINVAL per kern_descr.c:sys_flock() changeMichael Shalayeff
1997-07-25damnitTheo de Raadt
1997-07-25return EINVAL in case bad locking specified; netbsdMichael Shalayeff
1997-07-25userland bye-byeMichael Shalayeff
(arch/machine/libsa have to have machine link or smth)
1997-07-25correct return value on apmcall failureMichael Shalayeff
1997-07-25add man page from netbsdMichael Shalayeff
1997-07-25initialize variable!! found by mickeyNiels Provos
1997-07-25more to the point err. msg.kstailey