Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-25 | Brag a bit about all the shiny new features of 3.3 | Miod Vallat | |
2003-03-25 | Update sets sizes. | Miod Vallat | |
2003-03-25 | Killer typos. My bad. | Miod Vallat | |
2003-03-25 | update list for 3.3 | Peter Valchev | |
2003-03-25 | update packages list for 3.3 | Peter Valchev | |
2003-03-25 | Missing splx(); Patrick Latifi | Todd C. Miller | |
2003-03-25 | very minor tweak | Theo de Raadt | |
2003-03-25 | Fix last commit; to emulate setuid daemon + PRIV_END we need to | Todd C. Miller | |
set the real & effective uids to the calling user and the saved uid to daemon. Fixes a problem where lpr could not print files that were not world-readable. | |||
2003-03-25 | list the same set of ahc hardware as is listed on i386. ok millert@ miod@ | Dale Rahn | |
2003-03-24 | Remove unused boot.fs file from macppc distrib. ok miod@ deraadt@ | Dale Rahn | |
2003-03-24 | Enable 'snag' boot on macppc boot iso. ok miod@ deraadt@ | Dale Rahn | |
2003-03-24 | Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber. | Dale Rahn | |
ok millert@ miod@ deraadt@ | |||
2003-03-24 | Tree patches from c.pascoe at itee dot uq dot edu dot au: | Jason Wright | |
- mask of vlan tag to ensure upper bit isn't present from hardware - avoid mbuf leak on error - make sure sizeof(ether_header) bytes are present in the firest mbuf before passing it up to ether_input() | |||
2003-03-24 | splimp() around xl_reset() during autoconf. something in xl_reset() wants | Jason Wright | |
to generate an interrupt before the rings are setup correctly on some variants; ok deraadt. | |||
2003-03-24 | Recognize -soname foo, so that ld can properly ignore it. | Marc Espie | |
ok millert@, pval@. | |||
2003-03-24 | Add missing return. Fix following buglet: | Cedric Berger | |
# echo "pass in from <veryLONGtableNAME>" | pfctl -nvf- pass in from <veryLONGtableNAME>/0 to any | |||
2003-03-24 | Tweak a few texts to cope with the fact that we ship official OpenBSD CD-ROM | Miod Vallat | |
and bootable CD-ROM mini images on some platforms, too. Mention such a mini image for alpha, consistent spelling of CD-ROM, and a few minor updates not worth mentioning I had lying in my tree. | |||
2003-03-24 | fix error return values (NULL to ENOMEM) and add missing ellist_destroy() | Kenjiro Cho | |
in error handling of hfsc_add_altq(). report and fix by millert@ | |||
2003-03-24 | Add comments, mostly borrowed from ftp-proxy(8), showing how to set up up. | Ian Darwin | |
Improved & OK'd by dhartmei@, david@, millert@. | |||
2003-03-23 | Sync; spotted by dale | Miod Vallat | |
2003-03-23 | Sync | Miod Vallat | |
2003-03-23 | sync FILES section with reality | Henning Brauer | |
2003-03-23 | correct URL to apache online docs | Henning Brauer | |
2003-03-23 | unbreak rekeying for privsep; ok millert@ | Markus Friedl | |
2003-03-23 | Fix operational typo. Bug reported by William Yodlowsky | Marco S Hyman | |
bsd at openbsd dot rutgers dot edu. OK millert@, others. | |||
2003-03-23 | Do not closed stdin; Andrey Matveev | Todd C. Miller | |
2003-03-22 | replace tabs following .It macro with spaces; output is the same | David Krause | |
ok jmc@ | |||
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-22 | missing space between macro argument and comma | David Krause | |
ok jmc@ | |||
2003-03-22 | Cleanup for release: | David Krause | |
remove some unneeded escaping of spaces "\ " indent by 6 spaces in a few places to match the rest of the file fix a few lines that were improperly wrapped or not wrapped to the next line update sample rule expansion to match current state of pfctl output fix spacing in a few places fix a small typo found by jmc@ updated a few example rules so that they parse with current pfctl ok henning@ jmc@ | |||
2003-03-21 | document ceccerrs and cecclast for sparc64 | Jason Wright | |
2003-03-21 | install a real handler for correctable ECC errors and make a count of | Jason Wright | |
them available via sysctl (doc update in a bit); ok millert. | |||
2003-03-21 | fix breakage from the previous commit that removed confidential bugs: | David Krause | |
sendbug was reporting an error when there really wasn't one ok millert@ | |||
2003-03-21 | grammar; ok miod@ | Todd T. Fries | |
2003-03-21 | install a powerhook to restore the AC97 state after suspend; | Jason Wright | |
aditya at dsl dot cis dot upenn dot edu via pr 3165; ok millert | |||
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller | |
was LOG_UUCP due to a bug); Javier Kohen | |||
2003-03-21 | change 'netstat -m' output from: | Philipp Buehler | |
0/28 mapped pages in use to 0/14/1024 mbuf cluster pages in use (current/peak/max) ok henning@, millert@ | |||
2003-03-21 | Regen | Miod Vallat | |
2003-03-21 | its obwous``renassiance'' apeers too be a spelink mistaek. | Miod Vallat | |
2003-03-21 | Fix %mem output in ps, sysctl method of getting mempages returns number | Dale Rahn | |
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@ | |||
2003-03-21 | Fix some typos in comments; Patrick Latifi | Todd C. Miller | |
2003-03-21 | document [initiator-id] section; richb@timestone.com.au; ok ho@, jmc@ | Markus Friedl | |
2003-03-21 | Now that ahc has the necessary endian fixes, enable it on macppc. | Dale Rahn | |
2003-03-21 | Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc. | Dale Rahn | |
ok millert@ miod@ krw@ | |||
2003-03-21 | - Add missing "\n" to some pf_table.c printf() | Cedric Berger | |
- Fix two problems with pfr_update_stats(). Filtering was done properly, only stats were wrong. People should upgrade their kernel if: - They use bidirectional rules (without "in" or "out") with tables. - They use tables in negated statements, like "block from !<foo>" Thanks to David Krause for discovering the problem. Ok dhartmei@ henning@ | |||
2003-03-21 | Sync | Miod Vallat | |
2003-03-21 | Add a new option to disable krb4 cross-realm authentication, disabled by | Hans Insulander | |
default. This works around a recently found vulnerability in the krb4 protocol, see http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2003-004-krb4.txt Patch created by adopting the changes in heimdal-0.5.2, with invaluable help provided by lha@stacken.kth.se and janj@stacken.kth.se. ok beck@ miod@ | |||
2003-03-21 | Disable krb4 kdc; it has no functionality (except bugs) that the | Hans Insulander | |
krb5 kdc doesn't have. | |||
2003-03-21 | move Netra 1400/1405 to the supported list | Brad Smith | |
ok jason | |||
2003-03-20 | The current code tries to use the same field in the interrupt handler as | Henric Jungheim | |
both a "next" pointer for a singly-linked list and as an in-use flag. This obviously does not work all that well. This change adds a separate ih_busy flag to mark the handler as in-use, leaving ih_pending for use by the list code. Testing by *many* (thanks). ok miod jason |