Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright | |
the direct data does not pass 1/2 of the FIPS140-2 tests with any degree of regularity). | |||
2002-12-06 | Replace license with something that's actually free. | Nathan Binkert | |
Approved by original author. Julian.Onions@nexor.co.uk | |||
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt | |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier | |
sets with pfctl and evaluate them from the main rule set using a new type of rule (which will support conditional evaluation soon). Makes maintenance of sub-rulesets simpler for pfctl and daemons. Idea and ok deraadt@ | |||
2002-12-05 | Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (they | Jason Wright | |
produce the same size/format data). | |||
2002-12-05 | Hmm.. I don't think we want the default to be to debug every allocation. | Artur Grabowski | |
2002-12-05 | Do not use debug_malloc if it hasn't been initialized. | Artur Grabowski | |
This can happen when debug_malloc_init calls pool_init which calls malloc (because the kernel is built with POOL_DIAGNOSTIC) which in turn calls debug_malloc and debug_malloc just happens to trigger on all memory allocations. This allows us to run a kernel debugging _all_ allocations. | |||
2002-12-05 | remove altq entries. | Kenjiro Cho | |
altq is merged into pf and handled through pf. | |||
2002-12-04 | Add a few more phys: exphy, brgphy, iophy, inphy | Jason Wright | |
2002-12-04 | rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok | Michael Shalayeff | |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert | |
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@ | |||
2002-12-04 | spanning tree: flush dynamic mac cache if interface goes to the | Markus Friedl | |
blocking or disabled state. send packets only if interface is the forwarding state; comment from netbsd; with and ok jason@ | |||
2002-12-04 | No need to exit the process twice. exit1() can't fail. | Artur Grabowski | |
2002-12-03 | unconditionally define STACKGAPLEN, enables systrace(4) without COMPAT_*; | Markus Friedl | |
pr 3012; ok deraadt@ miod@ | |||
2002-12-03 | Use bus_space_vaddr() instead of checking the mapping directly (this will | Jason Wright | |
be necessary soon); from henric@ | |||
2002-12-03 | no need to mh_align (while it's wrong), cleaner mtu setting; dhartmei@ ok | Michael Shalayeff | |
2002-12-03 | Missing initialization. | Thierry Deval | |
thanks Greg Oster | |||
2002-12-02 | - Remove a few magic constants | Jason Wright | |
- set baudrate for the non-mii modes | |||
2002-12-02 | set if_baudrate | Henning Brauer | |
ok jason@ | |||
2002-12-02 | Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho) | Jason Wright | |
interrupt map matches; from FreeBSD. | |||
2002-12-02 | remove trm to fit propolice onto the floppy | Theo de Raadt | |
2002-12-02 | remove aic to fit propolice onto the floppy | Theo de Raadt | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-12-01 | KNF | Henning Brauer | |
2002-12-01 | - Clean up pf_ioctl mainly by adding new functions to handle cleaning and | Ryan Thomas McBride | |
freeing rules. Fixes a number of potential memory leaks and other bugs. - Add new pool_ticket to insure that address pools don't get messed with by someone else while we add rules. - Add a second address pool buffer, so that DIOCCHANGE* operations which use pf_compare* will work correctly. Excellent bug report and anaylsis from DJ Gregor. ok dhartmei@ henning@ | |||
2002-12-01 | sync | Todd T. Fries | |
2002-12-01 | vivitar camera | Todd T. Fries | |
2002-12-01 | pfsync currently causes kernel faults, so we don't want to call these functions | Ryan Thomas McBride | |
ok dhartmei@ | |||
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), but comment it out | Nathan Binkert | |
2002-11-30 | Add driver for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
2002-11-30 | Actually implement the NODOORLOCK quirk | Nathan Binkert | |
2002-11-30 | typo | Michael Shalayeff | |
2002-11-30 | SUNIX 4018A 2-port parallel; from Juan Vera. | Federico G. Schwindt | |
indent while i'm here. | |||
2002-11-30 | regen. | Federico G. Schwindt | |
2002-11-30 | SUNIX 4018A; from Juan Vera. | Federico G. Schwindt | |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | minor KNF | Henning Brauer | |
2002-11-29 | expose state table changes | Michael Shalayeff | |
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 | - 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. | |||
2002-11-28 | same devices named the same | Michael Shalayeff | |
2002-11-28 | generic isa mpu, from Sergey A. Smitienko w/ fixes from me | Michael Shalayeff | |
2002-11-28 | - MD5 too slow, replace with pf_hash (based on hash from if_bridge.c) | Ryan Thomas McBride | |
- Always fold the key in Many fixes & suggestions from camield@ ok mickey@ camield@ henning@ | |||
2002-11-27 | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok | Michael Shalayeff | |
2002-11-27 | Avoid possible wraparound when checking timeout size; mickey@ OK | Todd C. Miller | |