summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-01pfsync currently causes kernel faults, so we don't want to call these functionsRyan Thomas McBride
ok dhartmei@
2002-12-01syncTheo de Raadt
2002-11-30So you think your work is funny, eh?Miod Vallat
2002-11-30oopsTheo de Raadt
2002-11-30add missing Xr'sNathan Binkert
2002-11-30do not syslog with extra newlineTheo de Raadt
2002-11-30more ucom devices, sortNathan Binkert
2002-11-30Manpage for ubsa(4) from Lennart AugustssonNathan Binkert
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org>
2002-11-30add uvscom(4)Nathan Binkert
2002-11-30add uvscom(4), but comment it outNathan Binkert
2002-11-30Add manpage for SUNTAC Slipper VS-10U communications deviceNathan Binkert
From NetBSD
2002-11-30Add driver for SUNTAC Slipper VS-10U communications deviceNathan Binkert
2002-11-30better indenting, Xr udsbrNathan Binkert
2002-11-30Actually implement the NODOORLOCK quirkNathan Binkert
2002-11-30typoMichael Shalayeff
2002-11-30be better about the STT_NOTYPE symbols, not all become N_UNDEF this way; ↵Michael Shalayeff
pefo@ ok
2002-11-30dead eMichael Shalayeff
2002-11-30pfsync support; deraadt@ okMichael Shalayeff
2002-11-30move damn unmask() proto into place as wellMichael Shalayeff
2002-11-30move unmask back into pf_print_state.c where it was, and please keep it ↵Michael Shalayeff
there; henning@ ok
2002-11-30syncTheo de Raadt
2002-11-30SUNIX 4018A support.Federico G. Schwindt
2002-11-30SUNIX 4018A 2-port parallel; from Juan Vera.Federico G. Schwindt
indent while i'm here.
2002-11-30stop breaking the damn tree mickeyTheo de Raadt
2002-11-30regen.Federico G. Schwindt
2002-11-30SUNIX 4018A; from Juan Vera.Federico G. Schwindt
2002-11-29do not redefine NULLTheo de Raadt
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-11-29riduculous spelling; torh@bogus.netTheo de Raadt
2002-11-29de is dead; peterw@ifost.org.auTheo de Raadt
2002-11-29wordingHenning Brauer
2002-11-29das ist pfsync.4Michael Shalayeff
2002-11-29minor KNFHenning Brauer
2002-11-29tcpdump support for pfsync; henning@ okMichael Shalayeff
2002-11-29expose state table changesMichael Shalayeff
2002-11-29no need for extra hrs; henning@ okMichael Shalayeff
2002-11-29test altq with interface expansionHenning Brauer
as side-effect, this also tests multiple queues with the same name but on different interfaces
2002-11-29coredumps are not nice.Henning Brauer
deal with the fact that when we are merging the lists in host_list both can be NULL. found at EuroBSDCon 2002 while I was explaining the expansion process to Paul de Weerd ok dhartmei@
2002-11-29in pfctl_find_altq_node also compare the interface.Henning Brauer
fixes pfctl -sq output in case the queuespec was expanded to >1 queues on different interfaces
2002-11-29print queuespec only once in verbose mode, even if referenced more oftenHenning Brauer
2002-11-29FREE_LIST nqueues later; can be used more than onceHenning Brauer
2002-11-29Get the address pool in DIOCCHANGEADDR for all operations, preventsRyan Thomas McBride
PF_CHANGE_REMOVE from dereferencing a NULL pointer. Noticed by dhartmei@ ok dhartmei@
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-29supress printf's.Kenjiro Cho
2002-11-29convert read_machclk() from a macro to a real function andKenjiro Cho
avoid kernel-rebuild with ALTQ_NOPCC for non-pentium users.
2002-11-29miod thinks mpu should be xreffed from hereMichael Shalayeff
2002-11-29syncTheo de Raadt
2002-11-29- Fix playback problem on SiS7018.Federico G. Schwindt
- mute the volume for interrupt channel. - add some improvements for device initialization. - Fix recording problem on SiS7018. From NetBSD via Gabriel Gonzalez.
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
attach it with the appropriate keymap table, rather than the default KB_US table. If this is not the expected behaviour, users can still revert to US layout via "kbd us" or "wsconsctl -w keyboard.encoding=us". As the installation media uses the prom console, which will honor the international keyboard layout, this will definitely help users with international keyboards and fancy characters in their passwords... Note that there is still some Sun keyboard tables missing at the moment.