Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-24 | More 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-24 | add LIBS option the crunchgen config, allows adding custom libraries | Markus Friedl | |
in list.local (e.g. for adding ssh to the ramdisk); ok deraadt@ | |||
2002-05-24 | Make 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-24 | protect biodone with splbio. | Artur Grabowski | |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski | |
not really needed, just added to satisfy the assert). | |||
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski | |
2002-05-24 | make a strict check before sending FQDN node information reply. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski | |
2002-05-24 | protect biodone with splbio | Artur Grabowski | |
2002-05-24 | stat ssh-keysign first, print error if stat fails; | Markus Friedl | |
some debug->error; fix comment | |||
2002-05-24 | cluster_callback is a b_iodone handler. Since it calls functions | Artur Grabowski | |
that assume splbio, splassert(IPL_BIO) in it. | |||
2002-05-24 | fix name, ok deraadt | Peter Stromberg | |
2002-05-24 | minor cleanup | Eric Jackson | |
get rid of statics deraadt@ OK | |||
2002-05-24 | not needed; deraadt@ ok | Federico G. Schwindt | |
2002-05-24 | replace code w/ no license w/ public domain code | Eric Jackson | |
deraadt@ ok | |||
2002-05-24 | more KNF | Theo de Raadt | |
2002-05-24 | more KNF | Theo de Raadt | |
2002-05-24 | various KNF | Theo de Raadt | |
2002-05-24 | remove another unneeded function | Theo de Raadt | |
2002-05-24 | sync | Theo de Raadt | |
2002-05-24 | Not that kvm parts are removed, run rpc.rstatd and rpc.rusers as | Theo 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-24 | replace some wrapper functions w/ no license w/ some public domain ones. | Eric Jackson | |
deraadt@ ok | |||
2002-05-23 | This 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-23 | remove unneccesary icache flushes; mdw@umich.edu | Theo de Raadt | |
2002-05-23 | Protect biodone calls with splbio. | Artur Grabowski | |
2002-05-23 | more dm parts going away; pjanzen | Theo de Raadt | |
2002-05-23 | remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can | Theo de Raadt | |
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | There is a bunch of people running id-utils on the kernel. | Artur Grabowski | |
Ignore the index file. deraadt@ ok. | |||
2002-05-23 | Document option UFS_EXTATTR_AUTOSTART. ok miod@ | Dale Rahn | |
2002-05-23 | Sigh, add the rule in the right place (not just when NFS is used). | Daniel Hartmeier | |
From Dries Schellekens | |||
2002-05-23 | Signed/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-23 | add comment about ssh-keysign | Markus Friedl | |
2002-05-23 | Allow incoming ssh connections in the initial temporary rule set that's | Daniel Hartmeier | |
active before /etc/pf.conf is loaded, just in case loading fails (and leaves the inital set active). ok deraadt@ | |||
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased ↵ | Markus Friedl | |
authentication in protocol v2 (needs to access the hostkeys). | |||
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | correct pci id for the sunix 8 port puc | Theo de Raadt | |
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-05-23 | fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() ↵ | Michael Shalayeff | |
always returns some string; idea by fredette@ | |||
2002-05-23 | remove the defines for iodone -> biodone and iowait -> biowait. | Artur Grabowski | |
Use the correct functions everywhere instead. | |||
2002-05-23 | In 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-23 | Since the days of architectures where page size is smaller than | Artur 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-23 | protect biodone with splbio. | Artur Grabowski | |
2002-05-23 | Fix a comment I missed when renaming FILE_UNUSE to FRELE. | Artur Grabowski | |
2002-05-23 | One last sprintf -> snprintf, requested by deraadt. | Hakan Olsson | |
2002-05-23 | Make a promise (not yet true) that the b_iodone callback will | Artur Grabowski | |
be called at splbio. | |||
2002-05-23 | protect biodone calls with splbio | Artur Grabowski | |
2002-05-23 | protect biodone calls with splbio. | Artur Grabowski | |
2002-05-23 | no need for -lkvm anymore | Theo de Raadt | |