Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-04 | - reorder interrupt handlers | Damien Bergamini | |
- don't request ack's for multicast frames - fix short preamble support - clear nic memory on reset - fix ioctl SIOCGTABLE0 | |||
2004-12-04 | minor cleaning | Damien Bergamini | |
2004-12-04 | fix shared authentication | Damien Bergamini | |
2004-12-04 | reply() used to play a lot with stdout, expecially fflush(stdout). | Theo de Raadt | |
The recent change is to avoid stdio. That's good, except there are nearly 130 calls to this function, yet what if one of them depended on fflush() or something else in this code? The semantic change was never checked. That is not how we do development -- back this out until we know that checking work has been done. | |||
2004-12-04 | Clean DMA allocation of Tx and Rx rings | Damien Bergamini | |
2004-12-04 | use C comments. | Markus Friedl | |
2004-12-04 | Cleanup and remove a cut-n-pasto. From jmc@ | Ryan Thomas McBride | |
2004-12-04 | sync usage() w/ man page; | Jason McIntyre | |
ok henning@ | |||
2004-12-04 | reorder page contents somewhat, to make this easier to read, and put the | Jason McIntyre | |
chroot stuff back into the main description; remove non-standard Sh OPTIONS; remove apache web site link, since we keep the docs locally anyway; ok henning@ | |||
2004-12-04 | edit rc.conf.local, not rc.conf; | Jason McIntyre | |
2004-12-04 | clean up the rx path | David Gwynne | |
2004-12-04 | Document 'max-src-conn', 'max-src-conn-rate', 'overflow <bad> flush'. | Ryan Thomas McBride | |
2004-12-04 | disable the state machine in atu in favour of the net80211 framework. lots of | David Gwynne | |
cleanup to follow. partly from daan vreeken, partly from me | |||
2004-12-04 | Userland support for limiting open tcp connections per source. eg: | Ryan Thomas McBride | |
keep state (max-src-conn 1000, max-src-conn-rate 100/10, overflow <bad> flush) allow a maximum of 1000 open connections or 100 new connections in 10 seconds. The addresses of offenders are added to the <bad> table which can be used in the ruleset, and existing states from that host are flushed. ok deraadt@ dhartmei@ | |||
2004-12-04 | Add kernel code to keep track of tcp connections which have completed | Ryan Thomas McBride | |
the 3-way handshake. Allow limits on both total connections and connection rate, put offenders in a table which can be used in the ruleset, and optionally kill existing states. Rate tracking code from dhartmei@. Adds a second pool for table entries using the default allocator, which allows entries to be added at splsoftnet(). ok deraadt@ dhartmei@ | |||
2004-12-04 | minor tweaks; ok jmc | Jared Yanovich | |
2004-12-04 | sort OPTIONS/SYNOPSIS; | Jason McIntyre | |
2004-12-04 | these pages not used; | Jason McIntyre | |
ok henning@ | |||
2004-12-04 | incredible what for shit is in this code | Henning Brauer | |
adding time and date the binary was built is a really really really important and worthwile information, rrrrriiiiiiiigggggghhhht. and for sure a nice way to make the binary changes every time it is built workaround for now (return "unnown") since this stupid piece of crap function is part of the API and modules etc might (ab)use it. king bula sez: what an incredible nonsense pointed out by John Kerbawy <kerbawy@gmail.com> | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-04 | fix a signal race which could kill unrelated processes. | Moritz Jodeit | |
signal handler could be interrupted by another instance of itself because it was used for multiple signals and only one signal was blocked. ok beck@ henning@ | |||
2004-12-04 | remove "route $hostname 127.0.0.1" line. deraadt ok | Jun-ichiro itojun Hagino | |
*** please update /etc/netstart and test if it works ok for you *** | |||
2004-12-03 | make reply() reentrant. fixes a signal race. | Moritz Jodeit | |
ok henning@ | |||
2004-12-03 | sync w/ zlib.h -r 1.8; | Jason McIntyre | |
2004-12-03 | When receiving a `Checked-in' response, update the Entries information | Jean-Francois Brousseau | |
correctly. This fixes the problem caused by a commit not updating the information properly and subsequent commands generating a message similar to: Merging differences between 1.X and 1.Y into file file already contains the differences between 1.X and 1.Y | |||
2004-12-03 | First step towards proper bsd.rd documentation. Still lacks details in the | Miod Vallat | |
partitioning sequence for now. | |||
2004-12-03 | Handle files mode 750. | Tobias Weingartner | |
2004-12-03 | If the timestamp in the Entries file is larger than the file's | Jean-Francois Brousseau | |
timestamp, consider the file to be up to date. | |||
2004-12-03 | Rename variables to make more sense and fix a warning about assigning | Jean-Francois Brousseau | |
to a read-only location. | |||
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer | |
a struct timeout to struct ifqueue so that each one has its own - it is a per-queue thing. from chris pascoe | |||
2004-12-03 | remove commented reference to dead URL. | Jonathan Gray | |
2004-12-03 | remove reference to dead URL. | Jonathan Gray | |
2004-12-03 | URL of data sheet has changed. | Jonathan Gray | |
2004-12-03 | option MACOBIOVERBOSE is only useful on macppc | Martin Reindl | |
ok miod@ | |||
2004-12-03 | gnu -> GNU | Jonathan Gray | |
2004-12-03 | Don't need to set ifp->if_mtu as ether_ifattach does this for us. | Jonathan Gray | |
2004-12-03 | king bula sez: rot where the other crap rots shall these | Henning Brauer | |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat | |
the case with non-Apple monitors connected with video adaptors. | |||
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat | |
compiled in, but one disabled, and use config -e to swap them and build the other kernels; saves valuable compile time. Add ramdisks into the build (at release time). Since we are moving to a bsd.rd installation, it is not necessary to put kernels in .tgz files anymore, so don't bother, and adjust installation script sets information accordingly. | |||
2004-12-03 | Invoke pdisk, not disklabel, on disks with MacOS partition information. | Miod Vallat | |
ok krw@ | |||
2004-12-03 | zlib-1.21 here too | Damien Miller | |
2004-12-03 | update to zlib-1.21 (we already have the CAN-2004-0797 security fixes) | Damien Miller | |
"in it goes" deraadt@, in the near-total absence of feedback from others | |||
2004-12-03 | this page documents zlib 1.2.1, not 1.1.4; | Jason McIntyre | |
2004-12-03 | various fixes for openssl x509; | Jason McIntyre | |
2004-12-02 | No need to provide an MDSETS for sgi. | Miod Vallat | |
2004-12-02 | * fix the duplicate prefix and duplicate unit parsing | Patrick Latifi | |
with suggestion & ok millert | |||
2004-12-02 | man tweaks; | Jason McIntyre | |
discussed w/ jfb@ | |||
2004-12-02 | Default to A/UX partition type for OpenBSD newly created partitions on mac68k. | Miod Vallat | |
ok drahn@ | |||
2004-12-02 | pdisk on the ramdisk | Miod Vallat | |
2004-12-02 | move IPL setup to intr.c | Martin Reindl | |
ok miod@ >From: NetBSD |