Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-31 | Support for "Intel PRO/100 VM" w/ id 0x1038. | Mike Pechkin | |
art@ ok | |||
2002-05-31 | comma splice | Paul Janzen | |
2002-05-31 | Add kayser; update currencies. | Paul Janzen | |
2002-05-31 | sync | Theo de Raadt | |
2002-05-31 | Don't include cases for characters not in optstring; ericj. Snuck in on my | Paul Janzen | |
last commit here. | |||
2002-05-31 | crmode -> cbreak | Paul Janzen | |
2002-05-31 | revert incorrect rmx_mtu handling in 1.16 and 1.24. | Jun-ichiro itojun Hagino | |
do not try to copy if_mtu to rmx_mtu, as if_mtu can change via SIOCSIFMTU. (as a result, rmx_mtu will be 0 most of the time) | |||
2002-05-31 | KNF | Theo de Raadt | |
2002-05-31 | kill the signal races | Theo de Raadt | |
2002-05-31 | Socket-specific IPsec policy. | Angelos D. Keromytis | |
2002-05-31 | do not mistakenly lock PMTUD route entry with RTV_MTU. | Jun-ichiro itojun Hagino | |
2002-05-31 | de-register | Paul Janzen | |
2002-05-31 | No dm -> no dm.conf. | Paul Janzen | |
2002-05-31 | typo fix from NetBSD | Paul Janzen | |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen | |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-05-31 | do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu) | Jun-ichiro itojun Hagino | |
2002-05-31 | Per-socket policies and authentication. Finally. | Angelos D. Keromytis | |
2002-05-31 | Socket-related IPsec sockoptions --- cleanups etc. | Angelos D. Keromytis | |
2002-05-31 | Move some common code to separate routines; also, fix the problem of | Angelos D. Keromytis | |
using the same SA for different traffic classes. Now, different SAs will be renegotiated as needed. XXX It's a sub-optimal (but correct) solution, as it looks for an exact match -- it should be checking for subset/subnet. One of these days... | |||
2002-05-31 | New fields in policy and TDB. | Angelos D. Keromytis | |
2002-05-31 | Keep an policy attached to each socket (that needs it), and cleanup as | Angelos D. Keromytis | |
needed on socket tear-down. | |||
2002-05-31 | Fix a DoS attack whereby an attacker could cause the replay counter to | Angelos D. Keromytis | |
advance with unauthenticated packets, thereby causing valid packets to be discarded as replays. This has been sitting in my tree for a while, and I've forgotten who it was that pointed out the problem. | |||
2002-05-31 | Look for the authentication info from the kernel in the correct message. | Angelos D. Keromytis | |
2002-05-31 | Pass authentication information (if available) in ACQUIRE message. | Angelos D. Keromytis | |
2002-05-31 | Add support for passphrase authentication, all sorts of new attributes | Angelos D. Keromytis | |
to check for. Verified that it works well with mod_dav (not in the tree). | |||
2002-05-31 | import_flow() prototype | Angelos D. Keromytis | |
2002-05-31 | Move code out of pfkeyv2.c into import_flow() | Angelos D. Keromytis | |
2002-05-31 | Allow auth payloads in ACQUIRE messages. Part of a larger commit to come. | Angelos D. Keromytis | |
2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | Jun-ichiro itojun Hagino | |
2002-05-31 | undo until i find my #line bug | Theo de Raadt | |
2002-05-30 | Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4. | Mats O Jansson | |
Created by me and tested by Peter Janze <janze@digitalblue.de>. -moj | |||
2002-05-30 | missing "%s". from netbsd | Jun-ichiro itojun Hagino | |
2002-05-30 | __attribute__((sentinel)) | Marc Espie | |
for now, just check that a function with an ellipsis is always called with the last parameter a null pointer (sentinel may take parameters in the future, if I figure out how to check a specific value and its type). okay millert@ | |||
2002-05-30 | move build/host/target fragment to a separate file. | Marc Espie | |
Idea taken from recent gcc's. - unobfuscate the code, since config.gcc does not go through m4. - no synch problems, since config.gcc is the file that changes the most, and configure no longer needs to be re-gen'ed. ok millert@ | |||
2002-05-30 | separate main.c into a separate libfrtbegin.a. | Marc Espie | |
Handle that in g77spec. Taken from gcc 3.1 (apart from the Makefile.bsd-wrapper changes). This allows one to link fortran code with other languages on ELF platforms: putting main.c in libg2c.so would make libg2c insist it got a MAIN__ symbol. Okay fgs@, pval@. | |||
2002-05-30 | a grammar knit; from Aidan Kehoe <kehoea@parhasard.net> | Michael Shalayeff | |
2002-05-30 | fallout from the radio attachment fix | Michael Shalayeff | |
2002-05-30 | First pass of get/setprogname() cleanup. Much more to come later. | Hans Insulander | |
ok deraadt@, pval@ | |||
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-30 | minor tweaks | Theo de Raadt | |
2002-05-30 | various repairs; jason@ackley.net | Theo de Raadt | |
2002-05-30 | missing refs to sfr0 and other man fixes; from jumbo@ | Michael Shalayeff | |
2002-05-30 | typo | Theo de Raadt | |
2002-05-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt | |
2002-05-30 | typo | Theo de Raadt | |
2002-05-30 | fix segfault when using just-one-space on an empty line; from | Vincent Labrecque | |
dkm_holdings@hotmail.com ok art@ | |||
2002-05-30 | power management and microwave over robustness are booleans | Todd C. Miller | |
2002-05-30 | iff pcibios is enabled, record _every_ established pci interrupt | Michael Shalayeff | |
for it will not get reprogrammed for isa later. should help lost and hanging pci interrupts. testing by fries@, krw@, mordin@, philipp@ and others | |||
2002-05-30 | vt8233 is supported | Michael Shalayeff | |