summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-12-03for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.Eric Jackson
2001-12-03Document rdr rules with port ranges.Daniel Hartmeier
2001-12-03Style, also make the fact that boot_osflags needs to contain "-a" for theMiod Vallat
system to boot multiuser. Based on feedback from Dan Shechter <danshtr@yahoo.com> on alpha@
2001-12-03reason int -> u_short. From Mike Pechkin.Daniel Hartmeier
2001-12-03For nat, binat and rdr rules, don't allow different address families inDaniel Hartmeier
one rule. pf can't translate IPv4 <-> IPv6 packets. Such rules didn't work, even if they were falsely accepted before.
2001-12-03Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226.Daniel Hartmeier
2001-12-03Remove the last line, pf does support IPv6 now.Daniel Hartmeier
From Dries Schellekens. Closes PR 2221.
2001-12-03Don't reset pf_status.debug and .since on DIOCCLRSTATUS.Daniel Hartmeier
From Dries Schellekens. Closes PR 2227.
2001-12-03Change UI fifo open to O_RDWR to avoid problems on some OSes (such asHakan Olsson
FreeBSD). Reported by Tariq Rashid <tariq@inty.net>.
2001-12-03be more verbose on panic. patch by form@.Mike Pechkin
art@ ok.
2001-12-03cleanup submitted by by Miod Vallat <miod@online.fr>Kenjiro Cho
- use pidfile() - simplifies some perror() + exit() constructs to use err() instead - fixes a warn() call instead of a LOG() after daemon() has been called ok millert@
2001-12-03fix bugs in reporting unknown keywords. (argv shoud be *argv)Kenjiro Cho
report and fix by Oleg Safiullin <form@openbsd.ru>
2001-12-03- fix some table widthsMiod Vallat
- remove /usr/include/vm - add /var/spool/clientmqueue
2001-12-02VOP_GETPAGES expects the vnode locked. Make it so.Artur Grabowski
Note that VOP_PUTPAGES has the same problems, but the fix will be more complicated.
2001-12-02Fix msdos filesystem read/write errors with large files, bug introducedDale Rahn
with UBC. part of fix from csapuntz@. ok art@
2001-12-02release the right descriptors when pipe fails; bug report fromNiels Provos
marcodsl@swbell.net
2001-12-02this probably all that can be on geckoMichael Shalayeff
2001-12-02bzero the waa and not ready yet for the consoleMichael Shalayeff
2001-12-02few lines are too close to see, gimme another file!Michael Shalayeff
2001-12-02s/FLAX_MASK/HPPA_FLEX_MASK/ where not yetMichael Shalayeff
2001-12-02allow to configure devices on particular bus offsetsMichael Shalayeff
to be able to attach units to them. main reason is the secondary gsc busses on add-on cards which stick 'emselves in the front.
2001-12-02Fix 2 more signal handlersTheo de Raadt
2001-12-02increase fixed extent storageMichael Shalayeff
2001-12-02fix simple signal handlersTheo de Raadt
2001-12-02KNF, and remove unneccessary signal blocking and errno saving, since not ↵Theo de Raadt
signal handlers anymore; millert ok
2001-12-02pretty much KNF or simplification; millert okTheo de Raadt
2001-12-02zap };Theo de Raadt
2001-12-02remove some };Theo de Raadt
2001-12-02remove some XXX commentsTheo de Raadt
2001-12-02add -a to use adjtime(), like rdate(1) doesTheo de Raadt
2001-12-021) kill old vm_*_t types (no real effect)Todd C. Miller
2) Change flag in uvm_km_suballoc() from VM_MAP_PAGEABLE to 0 3) Pass pmap_extract the address of Segtabzeropa, not Segtabzeropa itself
2001-12-02grammarjoshua stein
ok miod@
2001-12-02Clarify man page and usage string to say 'pathname' and not 'string'Todd C. Miller
or 'dir'. Closes PR 2216; s AT msmith.net
2001-12-02Add a few useful details to the mac68k installation notes, based on feedbackMiod Vallat
from "Dave C." <aq820@hwcn.org> Also, sync supported hardware list with mac68k.html..
2001-12-02document tcpdump on pflog0 to make Theo happy and prove nroff can't kill youMike Frantzen
(but damn can it try)
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-12-01Warn that pidfile() will not have the expected removal behaviour if _exit()Miod Vallat
is called.
2001-12-01Revert previous, as pidfile() uses atexit(), which is no use if we callMiod Vallat
_exit() in signal handlers. Noticed by Theo.
2001-12-01spelling; krapht@secureops.comTheo de Raadt
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-12-01don't pass user defined variables to /usr/bin/loginMarkus Friedl
2001-12-01fd_set, not struct fd_setTheo de Raadt
2001-12-01typoTheo de Raadt
2001-12-01correct irq messageTheo de Raadt
2001-12-01remove unused variablesTheo de Raadt
2001-12-01remove unused variable; csapuntz okTheo de Raadt
2001-12-01KNFTheo de Raadt
2001-12-01217 lines of diff for KNF, dhartmei, you are evilTheo de Raadt
2001-12-01KNFTheo de Raadt