Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist | |
2001-12-03 | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. | Eric Jackson | |
2001-12-03 | Document rdr rules with port ranges. | Daniel Hartmeier | |
2001-12-03 | Style, also make the fact that boot_osflags needs to contain "-a" for the | Miod Vallat | |
system to boot multiuser. Based on feedback from Dan Shechter <danshtr@yahoo.com> on alpha@ | |||
2001-12-03 | reason int -> u_short. From Mike Pechkin. | Daniel Hartmeier | |
2001-12-03 | For nat, binat and rdr rules, don't allow different address families in | Daniel Hartmeier | |
one rule. pf can't translate IPv4 <-> IPv6 packets. Such rules didn't work, even if they were falsely accepted before. | |||
2001-12-03 | Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226. | Daniel Hartmeier | |
2001-12-03 | Remove the last line, pf does support IPv6 now. | Daniel Hartmeier | |
From Dries Schellekens. Closes PR 2221. | |||
2001-12-03 | Don't reset pf_status.debug and .since on DIOCCLRSTATUS. | Daniel Hartmeier | |
From Dries Schellekens. Closes PR 2227. | |||
2001-12-03 | Change UI fifo open to O_RDWR to avoid problems on some OSes (such as | Hakan Olsson | |
FreeBSD). Reported by Tariq Rashid <tariq@inty.net>. | |||
2001-12-03 | be more verbose on panic. patch by form@. | Mike Pechkin | |
art@ ok. | |||
2001-12-03 | cleanup 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-03 | fix 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 widths | Miod Vallat | |
- remove /usr/include/vm - add /var/spool/clientmqueue | |||
2001-12-02 | VOP_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-02 | Fix msdos filesystem read/write errors with large files, bug introduced | Dale Rahn | |
with UBC. part of fix from csapuntz@. ok art@ | |||
2001-12-02 | release the right descriptors when pipe fails; bug report from | Niels Provos | |
marcodsl@swbell.net | |||
2001-12-02 | this probably all that can be on gecko | Michael Shalayeff | |
2001-12-02 | bzero the waa and not ready yet for the console | Michael Shalayeff | |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff | |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff | |
2001-12-02 | allow to configure devices on particular bus offsets | Michael 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-02 | Fix 2 more signal handlers | Theo de Raadt | |
2001-12-02 | increase fixed extent storage | Michael Shalayeff | |
2001-12-02 | fix simple signal handlers | Theo de Raadt | |
2001-12-02 | KNF, and remove unneccessary signal blocking and errno saving, since not ↵ | Theo de Raadt | |
signal handlers anymore; millert ok | |||
2001-12-02 | pretty much KNF or simplification; millert ok | Theo de Raadt | |
2001-12-02 | zap }; | Theo de Raadt | |
2001-12-02 | remove some }; | Theo de Raadt | |
2001-12-02 | remove some XXX comments | Theo de Raadt | |
2001-12-02 | add -a to use adjtime(), like rdate(1) does | Theo de Raadt | |
2001-12-02 | 1) 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-02 | grammar | joshua stein | |
ok miod@ | |||
2001-12-02 | Clarify 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-02 | Add a few useful details to the mac68k installation notes, based on feedback | Miod Vallat | |
from "Dave C." <aq820@hwcn.org> Also, sync supported hardware list with mac68k.html.. | |||
2001-12-02 | document tcpdump on pflog0 to make Theo happy and prove nroff can't kill you | Mike Frantzen | |
(but damn can it try) | |||
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie | |
2001-12-01 | Warn that pidfile() will not have the expected removal behaviour if _exit() | Miod Vallat | |
is called. | |||
2001-12-01 | Revert previous, as pidfile() uses atexit(), which is no use if we call | Miod Vallat | |
_exit() in signal handlers. Noticed by Theo. | |||
2001-12-01 | spelling; krapht@secureops.com | Theo de Raadt | |
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-12-01 | don't pass user defined variables to /usr/bin/login | Markus Friedl | |
2001-12-01 | fd_set, not struct fd_set | Theo de Raadt | |
2001-12-01 | typo | Theo de Raadt | |
2001-12-01 | correct irq message | Theo de Raadt | |
2001-12-01 | remove unused variables | Theo de Raadt | |
2001-12-01 | remove unused variable; csapuntz ok | Theo de Raadt | |
2001-12-01 | KNF | Theo de Raadt | |
2001-12-01 | 217 lines of diff for KNF, dhartmei, you are evil | Theo de Raadt | |
2001-12-01 | KNF | Theo de Raadt | |