Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-18 | Also test is dtors are run if we return from main. | Artur Grabowski | |
2002-02-18 | minor cleanup. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Add libssl. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | There is no test in there, so there is no point in keeping the directory. | Artur Grabowski | |
2002-02-18 | Looks like too much cut 'n paste. | Artur Grabowski | |
2002-02-18 | A complete rewrite. | Artur Grabowski | |
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log. | |||
2002-02-18 | Actually, remove the whole "missing" line. | Artur Grabowski | |
2002-02-18 | Remove some parts that are there from the "missing" line. | Artur Grabowski | |
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | oops | Theo de Raadt | |
2002-02-18 | relax restrictions for 'proxy-mode' tests (StrictModes=no), because | Markus Friedl | |
sshd only accepts connections from stdin. allows testing with 775 /usr/obj | |||
2002-02-18 | From the UBC branch and NetBSD. | Artur Grabowski | |
We allocate map entries for the non-intrsafe kernel map (most notably kernel_map and exec_map) from a pool that's backed by kmem_map (to avoid deadlocking). This should get rid of MAX_KMAPENT panics. | |||
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | a sunix puc | Theo de Raadt | |
2002-02-18 | fix possible panic on reboot for mfs mounted fs. | Eric Jackson | |
fix from NetBSD pr#1693 art@ OK | |||
2002-02-18 | multi-line string literals are deprecated in gcc 3.0 | Eric Jackson | |
pr#2379 | |||
2002-02-18 | more signed char issues | Theo de Raadt | |
2002-02-18 | someone should read compiler messages on the powerpc | Theo de Raadt | |
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | Don't include isavar.h on sparc64 | Jason Wright | |
2002-02-18 | Search the correct ACQUIRE list --- shifflett@nps.navy.mil | Angelos D. Keromytis | |
2002-02-18 | shorten usage | Theo de Raadt | |
2002-02-18 | Don't do unnecessary normalization. ok art@ | Thomas Nordin | |
2002-02-18 | Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driver | Kenneth R Westerback | |
2002-02-18 | Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U). | Kenneth R Westerback | |
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time. | |||
2002-02-18 | Add barebones entry for the terminal type used by the window program. | Todd C. Miller | |
In practive window will set $TERMCAP with a more capable entry based on the actual terminal it is running on. This entry is useful when running setuid/setgid commands where $TERMCAP is not consulted. | |||
2002-02-18 | Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses | Todd C. Miller | |
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory. | |||
2002-02-18 | Mention that dhclient may need to be killed before re-running /etc/netstart. | Todd C. Miller | |
2002-02-18 | Open console with O_NONBLOCK to avoid blocking on a locked console. | Todd C. Miller | |
From David Malone | |||
2002-02-17 | mention that '-' is the deprecated form of '-l' | Todd C. Miller | |
2002-02-17 | Mention deprecated '-' flag (same as -s) since it is listed in the | Todd C. Miller | |
SYNOPSIS. | |||
2002-02-17 | Use LOGIN_SETLOGIN flag to setsuercontext() so the user name gets | Todd C. Miller | |
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp. | |||
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt | |
2002-02-17 | comment typo | Jason Wright | |
2002-02-17 | Call S_ISLNK with correct variable; Peter Philipp | Todd C. Miller | |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-17 | try agent forwarding, too. | Markus Friedl | |
2002-02-17 | Calculate IP checksum and copyback modified headers before logging a | Daniel Hartmeier | |
packet. Closes PR2402. Note that checksums were only wrong in the logged packet, packets that were passed got a valid checksum anyway. | |||
2002-02-17 | raid(4) parity check simplification | Thierry Deval | |
2002-02-17 | raidctl can do some actions on 'all' configured raids now : | Thierry Deval | |
-B : CopyBack -G : Generate config -i : Initialize -p : Check parity -P : Check and re-write parity -s : Status -S : Progress status -u : Unconfigure | |||
2002-02-17 | Deprecate __P | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | Document that both localhost and the local hostname needs to be able to | Mats O Jansson | |
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj | |||
2002-02-17 | new puc devices: netmos, moxa, syba | Theo de Raadt | |
2002-02-17 | permit > 8 bit offsets | Theo de Raadt | |
2002-02-17 | sync | Theo de Raadt | |
2002-02-17 | new puc devices | Theo de Raadt | |