summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-11-30big diskinfo changes from toby@Michael Shalayeff
1997-11-30missed from last bcd2bin commitMichael Shalayeff
1997-11-30fix TIOCGPGRP in sunos emulationTheo de Raadt
1997-11-30use stackgap macrosTheo de Raadt
1997-11-30add bcd<-->bin conversions; from freebsdMichael Shalayeff
1997-11-30treat \n and \r the same on inputTheo de Raadt
1997-11-30Add "test" target.Todd C. Miller
1997-11-30No more perlovl.podTodd C. Miller
1997-11-30config apm even if power mgmt is disengagedJim Rees
1997-11-30Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_tTodd C. Miller
and suseconds_t types for XPG4.2.
1997-11-30Pull in vm/vm.h in the appropriate order for simple_dat_lock_t in vm/pmap.hgene
1997-11-30Make console type "sun" so the default will "just work" for most people.Todd C. Miller
1997-11-30syncTheo de Raadt
1997-11-30oopsTheo de Raadt
1997-11-30remove dk_* use; kstailey/mickey please finish this correctlyTheo de Raadt
1997-11-30Xr config 8Theo de Raadt
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30stock perl 5.8.0 from CPANTodd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30verbose eisa/pciTheo de Raadt
1997-11-30vm/lock.h -> sys/lock.hgene
1997-11-30Canonify the _*_H_ namespace appropriately.gene
Also, clean up comments and wrap with _KERNEL correctly.
1997-11-30hmm. If out of ports, return EADDRNOTAVAILTheo de Raadt
1997-11-30Add multiple inclusion protection, clean up comments, and wrap with _KERNELgene
where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k.
1997-11-30oh yeah, we are min() cleanTheo de Raadt
1997-11-30deal with unterminated e_login and e_wmesgTheo de Raadt
1997-11-30hosts.equiv manpage; tvTheo de Raadt
1997-11-30crank line lengths a bit, and do not make assumptions about the stackTheo de Raadt
1997-11-30add bios0 etcTheo de Raadt
1997-11-30add -column, -dash, -hyphen to .Bl usage string; lukemTheo de Raadt
1997-11-30.It is not parsed, so spell out Bx and Ux; lukemTheo de Raadt
1997-11-30doc .Bl options -column, -dash, -hyphen; lukemTheo de Raadt
1997-11-30Deal with realloc() failure in v?asprintf()Todd C. Miller
1997-11-30Fix setting of crtscts. It was not being set in set_up_tty() if theTodd C. Miller
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead.
1997-11-29We now have an asprintf() in libc.Todd C. Miller
1997-11-29Add __attribute__ for asprintf.Todd C. Miller
1997-11-29Build asprintf.c and vasprintf.cTodd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
1997-11-29Return -1, not EOF for size < 1. XPG4.2 specifies the return valueTodd C. Miller
should be < 1. While EOF is currently defined as -1 it is bad form to assume this.
1997-11-29Fix to min/max-macro problem.Artur Grabowski
1997-11-29min/max-problem contiued.Artur Grabowski
1997-11-29fixed the min problem.Artur Grabowski
1997-11-29We don't implement the GNU extension tparam(). It is #ifdef'd outTodd C. Miller
in ncurses to avoid problems with emacs.
1997-11-29Check malloc() return vals.Todd C. Miller
1997-11-29NAT requires IPFkstailey