Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-18 | sync | Theo de Raadt | |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
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 | |
the first swap partition. This was a problem with ccd- or vnd-only swap setups | |||
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 | |
sources should use the BSD-style types anyway. | |||
1997-08-18 | Install a64l/l64a man page. Also, tsearch.3 and friends were not | Todd C. Miller | |
being installed either. | |||
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 | |
scratch. | |||
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 | |
need more work, ppl look! | |||
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 | |
Also make a64l(3) and l64a(3) deal reasonably with inapropriate input. The standard does not require this, but it does not disallow it either. | |||
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 | |
a perfectly reasonable character to have in a pathname. | |||
1997-08-17 | Back out Mickey's 8/1 pmap.c change, which was misguided and caused | grr | |
stability problems with swapped/paged out processes getting segementation vioations when reactivated. Also add some additional paranoia about whether an allocation being changed to pageable is actually a page-table and move some sanity checking from #ifdef DEBUG over to #ifdef DIAGSNOTIC. | |||
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 | |
overridden via kernel config file. | |||
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 | |
2) Fix procfs security hole. This is basically the NetBSD fix (which is based in part on Sean Eric Fagan's FreeBSD fix) with a few minor changes. The change creates as function, procfs_checkioperm(), that has check numbers 3 and 4 from sys_ptrace(). 3) Make procfs_control() use procfs_checkioperm() as well (it already had the same basic checks but some of them were incorrect). 4) Minor stylistic cleanups, including the use of the SET/CLR/ISSET macros to aid general grokability. | |||
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 | |
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets. | |||
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 | |