summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23syncTheo de Raadt
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright
2003-06-23Fix a typo in my last commit and convert file "-" to /dev/stdin likeTodd C. Miller
GNU gzip does.
2003-06-23Properly account for fast interrupt vectors; this was accidentally brokenMiod Vallat
since r1.10
2003-06-23this zmore no longer usedTheo de Raadt
2003-06-23install zmoreTodd C. Miller
2003-06-23Make zmore read from stdin when no files are specified and try toTodd C. Miller
ascertain wether or not we have a tty. Also add a skeleton manual page.
2003-06-23make sure .x and .h do not get installed on the split of the seconds and ↵Michael Shalayeff
make will not freak out; found by espie@ and deraadt@ ok
2003-06-23strange things happen if we ack latched lasi ints on older machinesMichael Shalayeff
2003-06-23and we have a copyright (TNF)Ted Unangst
2003-06-23document two long options without short equivs.Ted Unangst
ok and help jmc@
2003-06-23no need for an explicit <machine/intr.h> inclusionMichael Shalayeff
2003-06-23Mention that you can have wi on sparc, too.Miod Vallat
2003-06-23delinting from beckTheo de Raadt
2003-06-23grok more of the dev/ and net*/ and crypto/ ioctlsMichael Shalayeff
2003-06-23Remove some debugging cruft.Jason Wright
2003-06-23kill printf builtin. no reason to be a builtin, but furthermore, theTheo de Raadt
handling of format strings is quite non-compliant.
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd C. Miller
with a '-' to be interpreted as flags. Noticed by Alan Barrett. There is really no reason for this to be a builtin in csh...
2003-06-23When trying to cat a non-file, say "foo not a regular file" instead ofTodd C. Miller
"foo not a regular file: unchanged" since we never change the file in cat mode.
2003-06-23Add a simple zmore; man page and Makefile changes to be added laterTodd C. Miller
2003-06-23turing's birthday is already int eh birthday section; from sam smithMichael Shalayeff
2003-06-23Clean up. Still not enabled.Magnus Holmberg
2003-06-23authpf can handle binat nowadays; from Joel KnightHenning Brauer
ok daniel
2003-06-23Document pcmcia and wi support (cut'n'paste from the sparc64 list).Miod Vallat
2003-06-23Document tslot(4), and the availability of stp(4) on sparc now.Miod Vallat
2003-06-23Enable wicontrol build on sparc.Miod Vallat
2003-06-23Attachment glue for stp and tslot drivers, and add them, as well as wi0,Miod Vallat
to the appropriate configuration files.
2003-06-23Driver for the pcmcia slots in the Tadpole SPARCbook machines.Miod Vallat
Currently only tested with wi(4), and there are still some sporadic "device timeout" issues left - your mileage may vary.
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
attachment routines for sparc and sparc64.
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
expand to very simple inlines. This will be used by some code very shortly.
2003-06-23Handle SBus cards with an "interrupts" property but no "intr" property.Miod Vallat
Adapted from NetBSD in a quite ugly way, but it works... ok deraadt@
2003-06-23document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@Markus Friedl
2003-06-23syncTheo de Raadt
2003-06-23install host route for p2p interface even if there's connected net routeJun-ichiro itojun Hagino
by broadcast interface. NetBSD PR 21903. markus ok
2003-06-23minor tweaksTheo de Raadt
2003-06-23- kill exists as a built-in to most shells, not just cshJason McIntyre
- .Xr sh 1 ok millert@
2003-06-23syncTheo de Raadt
2003-06-23fix nfds type; tedu marc okTheo de Raadt
2003-06-23use strlcpy, not strncpy. ok deraadt@ millert@Ted Unangst
2003-06-23Don't remove anchor too early in table code, it makes PF use freed memory.Cedric Berger
This might just be a temporary fix, we're still looking for a better one. ok dhartmei@
2003-06-23spellingTed Unangst
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
DOZE, DOZE is not valid on these processors. Improves battery life on 12" PBG4 from 3 hours to 4 hours. tested by tdeval@
2003-06-23better detetection/handling of binary files.Ted Unangst
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@
2003-06-23Fix comment typo in last commit.Kenneth R Westerback
2003-06-23Minor cleanups.Kenneth R Westerback
1) Don't check for the existance of /mnt/etc/hosts twice. Since we bail out at the first check the 2nd one is superfluous. 2) Shorten and clarify the upgrade network configuration logic. 3) Always ask if manual network configuration is desired when upgrading. Allows the upgrader to decline to use the existing network configuration and still have an explicit opportunity to configure the network. 4) Don't bail out if the existing network configuration fails. Instead (see 3)) offer manual network configuration and let the user decide if it is worthwhile to continue. 5) Refer to actual file that is missing when bailing out, rather than forcing user to be alert enough to prepend '/mnt'.
2003-06-22Remove files without copyright. Add a yp v1 protocol specification andMats O Jansson
generate files at compile time. -moj ok @deraadt
2003-06-22use __progname instead of progname. ok deraadtTed Unangst
2003-06-22fix usageTheo de Raadt
2003-06-223 clause UCB licenseTodd C. Miller