summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-02syncTheo de Raadt
2005-08-02.Xr cvsignore(5) here too;Xavier Santolaria
2005-08-02sort SEE ALSO;Jason McIntyre
2005-08-02document $HOME environment variable;Xavier Santolaria
2005-08-02Make use of struct ipsec_auth dynamic.Hans-Joerg Hoexer
Do not pass IDs to kernel when deleting flows.
2005-08-02pass the AF in network byte order to bpfMarkus Friedl
2005-08-02reduce stack usageReyk Floeter
spotted out by jsg@
2005-08-02Instead of copying a table structure so we can mask off a bit beforeChristopher Pascoe
"validating" it, pass the bits to be ignored down to the validating function in its allowedflags argument. Saves a 1kB+ stack allocation. ok henning@
2005-08-02unbreak ubt(4)Reyk Floeter
ok pascoe@
2005-08-02oops, missing variable;Joris Vink
2005-08-02fix a few bugs which happened when there is no CVS/ directory or whenJoris Vink
entire directories were removed from the repository found by mpech@ ok xsa@
2005-08-02Reflect new reality. Lots of help and ok jmc@Marco Peereboom
2005-08-02handle magic branch numbers.Joris Vink
ok xsa@, jfb@
2005-08-02New keyword: libdirs, to be able to specify alternate places toMarc Espie
look for libraries. Uses the same mechanism as srcdirs. While in there, make extensive use of $@ to simplify the Makefile, introduce LINK macro to clarify things, replace (cd dir; make -f Makefile target) with cd dir && ${MAKE} -f Makefile target which is slightly more correct and uses the right make. Add .PHONY targets. comments by millert@, okay deraadt@
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
Zap wasteful RCSID("$NetBSD$") okay deraadt@
2005-08-02replace dd with NO_CONV version.Marc Espie
okay deraadt@
2005-08-02change the TCP reass queue from LIST to TAILQ;Markus Friedl
ok henning claudio fgsch krw
2005-08-02.Xr cvsignore(5);Xavier Santolaria
2005-08-02document the cvsignore file; input/ok jmc@, ok jfb@.Xavier Santolaria
2005-08-02use arc4random for random packet padding (largely acedemic because it isDamien Miller
deprecated anyway); ok hshoexer@
2005-08-02$TAPE Ev may refer to a number of things, not just a physical tape device:Jason McIntyre
- for -f description, point people to TAPE - for TAPE description, point people to -f - use `file' to describe these differing forms, as that is consistent with the rest of the page this is based on -r1.71 from freebsd, from ceri davies, which was in turn based on pr #84200 from gary w. swearingen; ok otto@
2005-08-02add missing options (and document them) for the `impor' command;Xavier Santolaria
2005-08-02use better wording and extra info modelled on ses.4David Gwynne
pointers from jmc@
2005-08-02Make sure to always load at least the default configuration values. Fixes aHans-Joerg Hoexer
problem noticed by Yaron Wahl, who also pointed out that problem. Thanks! ok mpf@
2005-08-02zap getdtablesize() external ref (removes a bit of compat from instbin).Marc Espie
okay millert@
2005-08-02.Dd cleanup; ok jmc@David Krause
2005-08-02.Dd cleanupDavid Krause
2005-08-02syncPeter Valchev
2005-08-02match indentationDavid Krause
2005-08-02an alternative Cicada OUI (for CS8201B PHY) spotted in a VIA VT6122Peter Valchev
from NetBSD PR 29705 (Tomokazu HARADA), pointed out by jsg
2005-08-02read the rpm of the fansDavid Gwynne
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
dhclient is responsible for one interface. Simply skip interface declarations for other interfaces and store all info in the one interface structure. tested by dlg@, ok henning@
2005-08-02More devices that use the generic Realtek 8150 id.Jonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
ok brad@
2005-08-02regenJonathan Gray
2005-08-02Marvell 88E1111 from Dave Huang in NetBSD PR 30556.Jonathan Gray
ok brad@
2005-08-01make compile againMichael Shalayeff
2005-08-01work in progress is not a bug. fix ses descriptionDavid Gwynne
poke by deraadt@
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01a rough attempt to bring this document into line with the new realityDavid Gwynne
2005-08-01a new scsi enclosure services driver. this and safte replace the old sesDavid Gwynne
driver. rather than relying on its own set of tools, ses reports the enclosure status via the hw.sensors sysctl tree. so far only temperature is reported ok marco@ deraadt@ krw@
2005-08-01add another fxp.Brad Smith
From NetBSD ok deraadt@
2005-08-01regenBrad Smith
2005-08-01add some Intel PCI ids.Brad Smith
ok deraadt@
2005-08-01Send ourselves SIGTSTP, not SIGSTOP on ^Z. Noticed and OK deraadt@Todd C. Miller
2005-08-01Return 0 as the block size when READ_CAPACITY fails in scsi_size().Kenneth R Westerback
Prevents garbage being used as ssblksize in sd_get_parms(). Perhaps another nail in the coffin for PR4313.
2005-08-01Remove spurious space.Mark Kettenis
ok brad@
2005-08-01Fix some signed vs. unsigned mismatches in the format strings and fixTodd C. Miller
the remaining 64 bit integers being printed as 32 bit. OK deraadt@
2005-08-0164-bit nfsstats delta printing still required %llu instead of %d specifiersTheo de Raadt
spotted as being wrong by matthieu, fix by me
2005-08-01syncTheo de Raadt