Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1998-02-27 | extra comma goes foom | Theo de Raadt | |
1998-02-27 | oflow paranoia | Theo de Raadt | |
1998-02-27 | be more paranoid. | Theo de Raadt | |
By the way, the lp* tools are in need of a full test sometime in the next two weeks. I want to hear from someone who is running all of them that they work 100% fine. I do not own a printer, so I'm going to rely on someone out there to take care of this.. | |||
1998-02-27 | fix a bug; steve@freebsd | Theo de Raadt | |
1998-02-26 | Fix boot flags not working. The latest gas patches, which caught some | Tobias Weingartner | |
problems in our locore (which were then fixed), caused this latest bug to appear. Basically the clearing of the BSS was being done after the boothowto integer was already filled in. The new bootblocks already clear the BSS, so the clearing of the BSS could well be removed from locore. However, for backwards compatibility we might still need it in there for a while. (I believe the 2.1 boot- blocks did not clear the BSS). | |||
1998-02-26 | Replace "test -r" with -s and -e as -r always returns true for root?!?! | Todd C. Miller | |
1998-02-26 | Correctness change and beautify commas in .Xr's. Also, use .Ox rather than ↵ | gene | |
.Tn OpenBSD. | |||
1998-02-26 | Use YP ethers | Niklas Hallqvist | |
1998-02-26 | Oops. Pull ddb/db_var.h in. Should db_console be in db_extern.h, maybe? | gene | |
1998-02-26 | Enable YP ethers lookup | Niklas Hallqvist | |
1998-02-26 | document reality | Theo de Raadt | |
1998-02-26 | Backout of cpu init changes, breaks on sun4m currently.. | johns | |
1998-02-26 | Backout of Jason's cpu init changes, causes an immediate panic on sun4m | johns | |
machines.. | |||
1998-02-26 | strncpy sanitization | Theo de Raadt | |
1998-02-26 | * netstat -r [-n] now prints netmasks for network routes (in XXX/24 format). | Peter Galbavy | |
* beginnings of a -v (verbose) option. | |||
1998-02-26 | sync | Theo de Raadt | |
1998-02-26 | doc CTL0001 | Theo de Raadt | |
1998-02-26 | updated to reflect cpu initialization | Jason Wright | |
1998-02-26 | Change order of cpu initialization to force the correct dmesg output. | Jason Wright | |
1998-02-26 | cleanup efforts care of pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-26 | 150ms delay | Theo de Raadt | |
1998-02-26 | Only break to Debugger() when the panic switch is hit if the syctl'able | gene | |
db_console is set. | |||
1998-02-26 | clean dmesg | Theo de Raadt | |
1998-02-26 | remember model number; skip PNP cards; etc etc etc | Theo de Raadt | |
1998-02-26 | fix confusion with paths in the Makefile. | Artur Grabowski | |
1998-02-26 | nicer message | Theo de Raadt | |
1998-02-25 | pretty print for pci cards too | Theo de Raadt | |
1998-02-25 | do not print model number twice | Theo de Raadt | |
1998-02-25 | patch could not have been tested. panics machine on boot | Theo de Raadt | |
1998-02-25 | check for zerodev special case before kicking out all VCHR cases | Theo de Raadt | |
1998-02-25 | Add command to print out extents. This helps in debugging PnP stuff, | Tobias Weingartner | |
and "it's just plain cool". | |||
1998-02-25 | Deal with non-existent /etc/skeykeys | Todd C. Miller | |
1998-02-25 | nicer copyright. | Artur Grabowski | |
1998-02-25 | nicer copyrights explaining that we are not criminals. | Artur Grabowski | |
1998-02-25 | 32bit careness | Michael Shalayeff | |
1998-02-25 | remove unneccessary section | Theo de Raadt | |
1998-02-25 | __svc_fdsetsize is a max bitcount; like FDSETSIZE before it | Theo de Raadt | |
1998-02-25 | doc __svc_fdset & __svc_fdsetsize | Theo de Raadt | |
1998-02-25 | clarify about possible password lengths. | Niels Provos | |
1998-02-25 | please indent as the file is currently indented | Theo de Raadt | |
1998-02-25 | Update man page with EINVAL error code. | Angelos D. Keromytis | |
1998-02-25 | Pay attention. | Angelos D. Keromytis | |
1998-02-25 | Disallow TCP connects to 255.255.255.255 or local broadcast addresses. | Angelos D. Keromytis | |
1998-02-24 | bye bye ap lkm | Theo de Raadt | |
1998-02-24 | Various fixes (timeout, uninited vars), as well as some semantics | Tobias Weingartner | |
improvements. Needs another overhaul still though... | |||
1998-02-24 | Prototype strtol() | Tobias Weingartner | |
1998-02-24 | Fix OpenBSD tag. | Tobias Weingartner | |
1998-02-24 | I found at least two places that could have used this function. | Tobias Weingartner | |
Ripped screaming from libc. | |||
1998-02-24 | Ooops, forgot these two here. | Tobias Weingartner | |