Age | Commit message (Expand) | Author |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist |
1997-08-18 | build manpage | kstailey |
1997-08-18 | document | kstailey |
1997-08-18 | use "limits.h" not "sys/syslimits.h" | kstailey |
1997-08-18 | splat | Theo de Raadt |
1997-08-18 | typo; entropy@tardis.bernstein.com | Theo de Raadt |
1997-08-18 | take out debug mode | kstailey |
1997-08-18 | sigh again | kstailey |
1997-08-18 | sigh | kstailey |
1997-08-18 | back out 1.22 | kstailey |
1997-08-18 | if no swap has been configured at boot time, swapon could not add | Niklas Hallqvist |
1997-08-18 | put hostname in mail subject; jbernard@tater.mines.edu | Theo de Raadt |
1997-08-18 | inttypes.h as required by XPG4.2. Nothing uses this yet and all in-tree | Todd C. Miller |
1997-08-18 | Install a64l/l64a man page. Also, tsearch.3 and friends were not | Todd C. Miller |
1997-08-18 | fix extra dashes; enami@but-b.or.jp | Theo de Raadt |
1997-08-18 | More changes, still not right... Should probably just be rewritten from | Jason Downs |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller |
1997-08-18 | more cleanup w/ jason | Michael Shalayeff |
1997-08-18 | add manual on kernel options, from netbsd, changed a bit ... | Michael Shalayeff |
1997-08-18 | set x bits on critical files | kstailey |
1997-08-17 | print "idle" for idle processes | kstailey |
1997-08-17 | Don't include both strings.h and string.h -- just use string.h | Todd C. Miller |
1997-08-17 | Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1. | Todd C. Miller |
1997-08-17 | Add quirk for MATSHITA CR-574, from Berndt Josef Wulf <wulf@ping.net.au> | Todd C. Miller |
1997-08-17 | Use dirname(3) | Todd C. Miller |
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller |
1997-08-17 | Don't call getopt(3) since a) there are not switches and b) '-' is | Todd C. Miller |
1997-08-17 | Back out Mickey's 8/1 pmap.c change, which was misguided and caused | grr |
1997-08-17 | some small fixes... | Jason Downs |
1997-08-16 | <string.h> not <strings.h> | Todd C. Miller |
1997-08-16 | OpenBSD tags and document assumption about finger(1) arg parsing. | Todd C. Miller |
1997-08-16 | Bug. | dm |
1997-08-16 | Allow DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be | Todd C. Miller |
1997-08-16 | tabs and consistensy | Michael Shalayeff |
1997-08-16 | Actually, we can't claim xpg4.2 w/o real locales so elide that bit. | Todd C. Miller |
1997-08-16 | Document _toupper(3) and _tolower(3) and mention XPG4.2. | Todd C. Miller |
1997-08-16 | 1) pfs_mode should be mode_t, not u_short | Todd C. Miller |
1997-08-16 | Just some more debugging info. | Angelos D. Keromytis |
1997-08-14 | Mandoc manual, and use the full screen. | Jason Downs |
1997-08-14 | Add top. | Jason Downs |
1997-08-14 | top 3.4, with a few changes. Still needs more work. | Jason Downs |
1997-08-13 | a little extra paranoia | dm |
1997-08-13 | Fix PR #299 (pcap_inject busted). | dm |
1997-08-13 | handle ext2fs specially | Theo de Raadt |
1997-08-13 | better rv types | Michael Shalayeff |
1997-08-13 | s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls. | Niklas Hallqvist |
1997-08-13 | Add console switching logic | Niklas Hallqvist |
1997-08-13 | print boot message on the right console | Michael Shalayeff |
1997-08-13 | be honest about roots | Michael Shalayeff |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff |