Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-11 | sync | Todd T. Fries | |
2001-12-11 | Intel pchb and agp, nvidia gf2mx100 | Todd T. Fries | |
2001-12-11 | PDC20268 | Chris Cappuccio | |
2001-12-11 | Support Promise Ultra100TX2 (PDC20268) | Chris Cappuccio | |
from Alexander Yurchenko <grange@rt.mipt.ru> | |||
2001-12-11 | This file was forgotten in the previous wsmouse commits. | Miod Vallat | |
2001-12-11 | another (*&$ kerberos entry | Theo de Raadt | |
2001-12-11 | mac68k disklabel cleaning 1/3: | Miod Vallat | |
Add a bunch of sanity checks and fixes when building disklabels. Tested by Takeshi Morimoto on various models. | |||
2001-12-11 | FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok. | Hakan Olsson | |
2001-12-11 | Yet another sync to NetBSD. Kills lot of unnecessary code and cleans up a bit. | Artur Grabowski | |
2001-12-11 | Do not include sys/cdefs.h twice; Bjorn Sandell | Todd C. Miller | |
2001-12-11 | More sync to NetBSD. | Artur Grabowski | |
- don't remove wired mappings in pmap_collect. - some support for large pages. | |||
2001-12-11 | Fix typo, noticed by Richard Lowe | Todd C. Miller | |
2001-12-11 | Merge in some pmap improvements from NetBSD. | Artur Grabowski | |
- disable pmap_copy (and comment out the code), it makes things slower. - don't return TRUE from pmap_extract if the pte is not valid. | |||
2001-12-11 | minor fixes. | Artur Grabowski | |
2001-12-11 | Repair 68060 operation; from art@ and myself, spell-checked by deraadt@. | Miod Vallat | |
2001-12-11 | Use queue.h macros. | Jason Wright | |
2001-12-11 | If we receive a signal during the sleep(), run signal handlers as | Todd C. Miller | |
needed and then go back to sleep. This fixes the issue where processes run by cron could hang around as zombies for a minute (ie: until we were done sleeping). | |||
2001-12-11 | - Log packet while mbuf is still valid. | jasoni | |
- If logging and r == NULL, use r0 leaving r untouched. - Note that pf_route/pf_route6 can free the mbuf. Thanks and ok frantzen@ | |||
2001-12-11 | Don't hang waiting for select() with SIGTERM + no active SAs. | Hakan Olsson | |
2001-12-11 | Proper error msg. | Hakan Olsson | |
2001-12-11 | More sync with freebsd code; join related code this time. | Federico G. Schwindt | |
2001-12-10 | handle "q" input better; bug reported in 2244 | Theo de Raadt | |
2001-12-10 | Grrr, drug induced haze. Thanks Theo. | Tobias Weingartner | |
2001-12-10 | pf.4: Grammar & xref | Tobias Weingartner | |
pflog.4: New, thanks to frantzen for feedback. Ok deraadt@ | |||
2001-12-10 | Add FEATURE(`accept_unresolvable_domains') | Todd C. Miller | |
This should help folks whose IP address is not resolvable. | |||
2001-12-10 | check that server supports v1 for -t rsa1, report from wirth@dfki.de | Markus Friedl | |
2001-12-10 | follow post-2.1 ip_off & ip_len byte orders | Theo de Raadt | |
2001-12-10 | Since VOP_READ is never called on VDIR vnodes and ext2fs_read | Artur Grabowski | |
is only in the vnodeops in VREG and VDIR vnodes, we can remove tons of code here. | |||
2001-12-10 | No need to initialize the uobj on every getnewvnode. Just do | Artur Grabowski | |
it when allocating. Add some improved diagnostics. | |||
2001-12-10 | Don't sleep on VXLOCK if LK_NOWAIT. | Artur Grabowski | |
2001-12-10 | Add an ioctl to add state entries (DIOCADDSTATE) for proxies. | Daniel Hartmeier | |
2001-12-10 | Convert usage of 'you' to third person. Reword some sentences. | Daniel Hartmeier | |
2001-12-10 | Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based on | Daniel Hartmeier | |
source/destination addresses/ports only. Add RDR for ICMP. Add NAT/RDR/BINAT for other protocols. Destination and redirection port(s) are now optional for RDR rules. Not specifying destination port(s) means 'redirect all ports', not specifying redirection port(s) means 'redirect to the original port'. | |||
2001-12-10 | No need for uvm_useracc here now. vslock catches those problems. | Artur Grabowski | |
2001-12-10 | minor cleanups. | Artur Grabowski | |
2001-12-10 | possible fd leak on error; ok markus@ | Kevin Steves | |
2001-12-10 | No need to m_freem(m) if m is already NULL. dhartmei@ ok. | Hakan Olsson | |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright | |
2001-12-10 | update ip stats when dropping an ip packet | jasoni | |
ok jason@ | |||
2001-12-10 | regen | Artur Grabowski | |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski | |
- get rid of VOP_BALLOCN and VOP_SIZE - move the generic getpages and putpages into miscfs/genfs - create a genfs_node which must be added to the top of the private portion of each vnode for filsystems that want to use genfs_{get,put}pages - rename genfs_mmap to vop_generic_mmap | |||
2001-12-10 | Add example on how to create FQDN certificates suitable for use with ↵ | Hakan Olsson | |
isakmpd. Requires an FQDN addition to /etc/ssl/x509v3.cnf | |||
2001-12-10 | Mention that SIGHUP will cause isakmpd to reread isakmpd.conf | Hakan Olsson | |
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson | |
2001-12-10 | ESP and AH are now enabled. -permit == -bypass. Regroup 'flow' modifiers a bit. | Hakan Olsson | |
2001-12-10 | ESP and AH now enabled by default. Mention IPv6 forwarding. Various typo fixes. | Hakan Olsson | |
2001-12-10 | Remove LFS crud. | Artur Grabowski | |
2001-12-10 | Update comment | Artur Grabowski | |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski | |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat | |
(sync with other arches) |