summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-24More splbio around biodone protection.Artur Grabowski
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me.
2002-05-24add LIBS option the crunchgen config, allows adding custom librariesMarkus Friedl
in list.local (e.g. for adding ssh to the ramdisk); ok deraadt@
2002-05-24Make sure that b_iodone handlers are called at splbio (and ↵Artur Grabowski
splassert(IPL_BIO) in all known callers, just to make sure).
2002-05-24protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbio (this is the first time the splbio isArtur Grabowski
not really needed, just added to satisfy the assert).
2002-05-24Replace a home-grown splassert-like thing with the real stuff.Artur Grabowski
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameJun-ichiro itojun Hagino
2002-05-24Protect biodone with splbio.Artur Grabowski
2002-05-24protect biodone with splbioArtur Grabowski
2002-05-24stat ssh-keysign first, print error if stat fails;Markus Friedl
some debug->error; fix comment
2002-05-24cluster_callback is a b_iodone handler. Since it calls functionsArtur Grabowski
that assume splbio, splassert(IPL_BIO) in it.
2002-05-24fix name, ok deraadtPeter Stromberg
2002-05-24minor cleanupEric Jackson
get rid of statics deraadt@ OK
2002-05-24not needed; deraadt@ okFederico G. Schwindt
2002-05-24replace code w/ no license w/ public domain codeEric Jackson
deraadt@ ok
2002-05-24more KNFTheo de Raadt
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-05-24remove another unneeded functionTheo de Raadt
2002-05-24syncTheo de Raadt
2002-05-24Not that kvm parts are removed, run rpc.rstatd and rpc.rusers asTheo de Raadt
nobody. While I do not like running things as nobody since the step up is very small, we use this for other daemons in inetd. And it is still a small step.
2002-05-24replace some wrapper functions w/ no license w/ some public domain ones.Eric Jackson
deraadt@ ok
2002-05-23This stuff has no license. Delete it. If someone wants it back, get the ↵Theo de Raadt
licenses cleaned up, and put it in regress
2002-05-23remove unneccesary icache flushes; mdw@umich.eduTheo de Raadt
2002-05-23Protect biodone calls with splbio.Artur Grabowski
2002-05-23more dm parts going away; pjanzenTheo de Raadt
2002-05-23remove _dl_sprintf(). nothing uses it. and if it is gone, nothing canTheo de Raadt
2002-05-23syncTheo de Raadt
2002-05-23There is a bunch of people running id-utils on the kernel.Artur Grabowski
Ignore the index file. deraadt@ ok.
2002-05-23Document option UFS_EXTATTR_AUTOSTART. ok miod@Dale Rahn
2002-05-23Sigh, add the rule in the right place (not just when NFS is used).Daniel Hartmeier
From Dries Schellekens
2002-05-23Signed/unsigned int bug caused lp->d_npartitions to be set to zero.Constantine Sapuntzakis
Should fix disklabel warnings on disks with no data track. The old code was unnecessary complex too.
2002-05-23add comment about ssh-keysignMarkus Friedl
2002-05-23Allow incoming ssh connections in the initial temporary rule set that'sDaniel Hartmeier
active before /etc/pf.conf is loaded, just in case loading fails (and leaves the inital set active). ok deraadt@
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased ↵Markus Friedl
authentication in protocol v2 (needs to access the hostkeys).
2002-05-23syncTheo de Raadt
2002-05-23correct pci id for the sunix 8 port pucTheo de Raadt
2002-05-23syncTheo de Raadt
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() ↵Michael Shalayeff
always returns some string; idea by fredette@
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
Use the correct functions everywhere instead.
2002-05-23In sys_accept don't FILE_SET_MATURE the file if we got an error and we've ↵Artur Grabowski
freed it. Noticed by enami@netbsd in a recent discussion on tech-kern@netbsd. Thanks to miod@ for helping me understand my code and realize that what the discussion was originally about (a diff by itojun@) didn't apply to us because I tweaked the semantics of closef() to solve the problem automagically for us (and I forgot about it). miod@ ok.
2002-05-23Since the days of architectures where page size is smaller thanArtur Grabowski
9660 block size are long gone and we can't use cluster_read on modern machines, improve the dumb read-ahead. Doesn't change much on macppc and sparc64, but gives a nice speed boost on i386 (noone knows why). espie can watch his DVDs again. espie@ ok (noone else complained)
2002-05-23protect biodone with splbio.Artur Grabowski
2002-05-23Fix a comment I missed when renaming FILE_UNUSE to FRELE.Artur Grabowski
2002-05-23One last sprintf -> snprintf, requested by deraadt.Hakan Olsson
2002-05-23Make a promise (not yet true) that the b_iodone callback willArtur Grabowski
be called at splbio.
2002-05-23protect biodone calls with splbioArtur Grabowski
2002-05-23protect biodone calls with splbio.Artur Grabowski
2002-05-23no need for -lkvm anymoreTheo de Raadt