Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-01 | pfsync currently causes kernel faults, so we don't want to call these functions | Ryan Thomas McBride | |
ok dhartmei@ | |||
2002-12-01 | sync | Theo de Raadt | |
2002-11-30 | So you think your work is funny, eh? | Miod Vallat | |
2002-11-30 | oops | Theo de Raadt | |
2002-11-30 | add missing Xr's | Nathan Binkert | |
2002-11-30 | do not syslog with extra newline | Theo de Raadt | |
2002-11-30 | more ucom devices, sort | Nathan Binkert | |
2002-11-30 | Manpage for ubsa(4) from Lennart Augustsson | Nathan Binkert | |
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> | |||
2002-11-30 | add uvscom(4) | Nathan Binkert | |
2002-11-30 | add uvscom(4), but comment it out | Nathan Binkert | |
2002-11-30 | Add manpage for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
From NetBSD | |||
2002-11-30 | Add driver for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
2002-11-30 | better indenting, Xr udsbr | Nathan Binkert | |
2002-11-30 | Actually implement the NODOORLOCK quirk | Nathan Binkert | |
2002-11-30 | typo | Michael Shalayeff | |
2002-11-30 | be better about the STT_NOTYPE symbols, not all become N_UNDEF this way; ↵ | Michael Shalayeff | |
pefo@ ok | |||
2002-11-30 | dead e | Michael Shalayeff | |
2002-11-30 | pfsync support; deraadt@ ok | Michael Shalayeff | |
2002-11-30 | move damn unmask() proto into place as well | Michael Shalayeff | |
2002-11-30 | move unmask back into pf_print_state.c where it was, and please keep it ↵ | Michael Shalayeff | |
there; henning@ ok | |||
2002-11-30 | sync | Theo de Raadt | |
2002-11-30 | SUNIX 4018A support. | Federico G. Schwindt | |
2002-11-30 | SUNIX 4018A 2-port parallel; from Juan Vera. | Federico G. Schwindt | |
indent while i'm here. | |||
2002-11-30 | stop breaking the damn tree mickey | Theo de Raadt | |
2002-11-30 | regen. | Federico G. Schwindt | |
2002-11-30 | SUNIX 4018A; from Juan Vera. | Federico G. Schwindt | |
2002-11-29 | do not redefine NULL | Theo de Raadt | |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | riduculous spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | de is dead; peterw@ifost.org.au | Theo de Raadt | |
2002-11-29 | wording | Henning Brauer | |
2002-11-29 | das ist pfsync.4 | Michael Shalayeff | |
2002-11-29 | minor KNF | Henning Brauer | |
2002-11-29 | tcpdump support for pfsync; henning@ ok | Michael Shalayeff | |
2002-11-29 | expose state table changes | Michael Shalayeff | |
2002-11-29 | no need for extra hrs; henning@ ok | Michael Shalayeff | |
2002-11-29 | test altq with interface expansion | Henning Brauer | |
as side-effect, this also tests multiple queues with the same name but on different interfaces | |||
2002-11-29 | coredumps 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-29 | in 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-29 | print queuespec only once in verbose mode, even if referenced more often | Henning Brauer | |
2002-11-29 | FREE_LIST nqueues later; can be used more than once | Henning Brauer | |
2002-11-29 | Get the address pool in DIOCCHANGEADDR for all operations, prevents | Ryan Thomas McBride | |
PF_CHANGE_REMOVE from dereferencing a NULL pointer. Noticed by dhartmei@ ok dhartmei@ | |||
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-11-29 | supress printf's. | Kenjiro Cho | |
2002-11-29 | convert read_machclk() from a macro to a real function and | Kenjiro Cho | |
avoid kernel-rebuild with ALTQ_NOPCC for non-pentium users. | |||
2002-11-29 | miod thinks mpu should be xreffed from here | Michael Shalayeff | |
2002-11-29 | sync | Theo 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-29 | Upon 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. |