Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-27 | When -a is specified, the operation affects an anchor only, so don't try | Daniel Hartmeier | |
to replace queues (or options) which are global and can't be loaded into an anchor. Found by j@pureftpd.org. | |||
2003-01-27 | Follow art's lead on the license. | Dale Rahn | |
2003-01-27 | bugfix from Can Erkin Acar <canacar@eee.metu.edu.tr>: | Henning Brauer | |
hbhopt_print() and dstopt_print() can return 0 if the option is located just one byte short of snapend this would cause an infinite loop in ip6_print(). | |||
2003-01-27 | Update. from csapuntz@ | Artur Grabowski | |
2003-01-27 | Another incorrect regression test. POSIX specifies that signal | Marco S Hyman | |
handlers will be called with the current signal masked unless the handler was installed with the SA_NODEFER flag. The test did not check this (and the pthread code was incorrect by not setting the mask). This fixes the test. The pthread lib part of the fix will be made in a short while. Untill then the test will fail. | |||
2003-01-27 | Add licenses where I forgot them. (I'm ashamed). | Artur Grabowski | |
2003-01-27 | separate register defns and revise them based on the LASI info... a HUGE | Jason Wright | |
chunk of this driver will be rewritten once I've gotten some zzz's. | |||
2003-01-27 | sync | Theo de Raadt | |
2003-01-27 | missing license; pointed out by ray at securityfoo dot net. | Federico G. Schwindt | |
2003-01-27 | I declare defeat... once interrupts are enabled, just leave them enabled. | Jason Wright | |
This is annoying because the chip will keep dma'n, but everytime I disable interrupts in halt_*, they never come back. Grr. | |||
2003-01-27 | Write to the cntl register with the c flag set. | Jason Wright | |
2003-01-27 | remove some unused includes, from Andrey Matveev | Daniel Hartmeier | |
2003-01-27 | missing $OpenBSD$ | Jason Wright | |
2003-01-26 | add harmony | Jason Wright | |
2003-01-26 | catched -> caught | Ryan Thomas McBride | |
2003-01-26 | compute record high water mark from record parameters not play parameters; ↵ | Jason Wright | |
from NetBSD kern/19614 | |||
2003-01-26 | remove bogus comment | Marco S Hyman | |
2003-01-26 | Add harmony man page and finish alphabetizing things, plus a bit of cleaning | Jason Wright | |
2003-01-26 | o comes before p | Jason Wright | |
2003-01-26 | Ok, playback more or less works, now for capture. (I forgot to save the ↵ | Jason Wright | |
pintr/parg) | |||
2003-01-26 | Ok, this now produces some noise (that's the best way I can describe it), | Jason Wright | |
but the timing appears to get off some how and buffers just stay on the chip. Oh well, at least its keeping me from playing in the traffic. | |||
2003-01-26 | save fpu context (needs optimization) | Jason Wright | |
2003-01-26 | regen | Michael Shalayeff | |
2003-01-26 | a bunch of devices used in hp machines | Michael Shalayeff | |
2003-01-26 | Removing leading spaces can result in a failure with multiline commands. Ok ↵ | Damien Couderc | |
millert. | |||
2003-01-26 | Mount msdos filesystems with -s (shortnames) rather than -l | Kenneth R Westerback | |
(longnames). This ensures the install sets are listed in lowercase and are thus visible to the install/upgrade scripts. Installing/upgrading from sets on msdos partitions should now work (again?). Problem noticed by Michael Lucas. deraadt@ ok | |||
2003-01-26 | Last (?) big cleanup in distrib/miniroot this release cycle. | Kenneth R Westerback | |
Simplify and clarify logic around selecting/installing sets. Rename do_selection_list() to select_sets(), and install_get_files() to install_files(). Eliminate glob_selection() and get_get_files() and the global GET_FILES, folding logic into select_sets() and install_files(). Show the user entire 'url' when no sets are found, rather than trying to hide mount points, etc. Eliminate VERSION_MAJOR and VERSION_MINOR since they were always used together. Instead, simply construct a few variables (SETDIR, FTPDIR, OBSD) holding the strings these were used to construct. Various 'standard' cleanups of quotes, braces, etc. in modified areas. Also shrinks install.sub by 681 bytes. | |||
2003-01-26 | add rdr test for port x:y -> port z | Markus Friedl | |
2003-01-26 | Start on the harmony audio driver. It doesn't play or capture anything | Jason Wright | |
yet, but the knobs and interrupt routine seem to work. More to come. | |||
2003-01-26 | mop up, from krw | Daniel Hartmeier | |
2003-01-25 | Another nice cleanup patch from Andrey Matveev | Cedric Berger | |
KNF + remove/reorg headers. | |||
2003-01-25 | Update test to handle changes in pfctl handling of "rdr ... -> ... $port:*" | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-01-25 | Match changes for rdr port ranges made to pf.c: | Ryan Thomas McBride | |
- fixes behaviour of rdr on le0 from foo to bar port 1:20 -> (lo0) port 22 - makes calculated mapping more explicit for the -> (lo0) port 22:* case testing from dhartmei@ ok dhartmei@ | |||
2003-01-25 | Fix the behaviour of rdr rules which redirect to a range of ports; | Ryan Thomas McBride | |
Stop overloading PF_OP_RRG as a flag where it doesn't make sense, and makes the port mapping more flexble, allows mapping a destination port range of one size to an other of a different size. Fixes and additional testing courtesy of dhartmei@ ok dhartmei@ | |||
2003-01-25 | Regression tests for table statements and rules containing tables. | Cedric Berger | |
ok henning@ | |||
2003-01-25 | Fix a bug that potentially caused fragments to be dropped when the | Daniel Hartmeier | |
overlap calculation got negative. Found by Baruch Even. ok henning@ | |||
2003-01-25 | Grr.. add a missing cdev_notdef() so that 35 really is the audio device | Jason Wright | |
2003-01-25 | Fix NOACTION with table statements. | Cedric Berger | |
2003-01-25 | Make pf.conf reflect all changes that occured in the last 2 weeks. | Cedric Berger | |
2003-01-25 | Permit initialisation of a table content from a file in pf.conf. | Cedric Berger | |
Cleaning up of the table options parsing, more flexible. idea+cleanup deraadt@, ok dhartmei@, pass all regress tests. | |||
2003-01-25 | Eliminate unused global SETSDONE. | Kenneth R Westerback | |
Add (back?) function SETSDONE was probably supposed to be doing (preventing the automatic selection of already installed sets) by manipulating DEFAULTSETS instead. Remove successfully installed sets from DEFAULTSETS, and add 'problem' sets detected in sane_install() back into DEFAULTSETS. | |||
2003-01-25 | Correctly check illegal constructs with tables. Better error messages. | Cedric Berger | |
ok dhartmei@ pass all regress tests. | |||
2003-01-25 | don't send more than half of the send buffer space limit in | Markus Friedl | |
one tcp segment, improves performance of tcp over interfaces with large mtu (e.g. lo0); based on similar change in netbsd; ok djm, henning, henric, millert, deraadt | |||
2003-01-25 | s -> z; thanks naddy@ | Jason McIntyre | |
ok deraadt@ | |||
2003-01-25 | update | Michael Shalayeff | |
2003-01-25 | De-"register" | Jason Wright | |
2003-01-25 | hppa provides its own IPL_AUDIO, too | Jason Wright | |
2003-01-25 | it is 2003 now | Todd C. Miller | |
2003-01-25 | Move parsing of the monitor notification user with the rest of the | Todd C. Miller | |
optional arguments and add some sanity checking (if the M flag is specified a notification user must be specified as well). Also make the -n flag work in conjunction with -m and make verbose mode more monitor-friendly. deraadt@ OK | |||
2003-01-25 | Make monitor section match the actual code. | Todd C. Miller | |