Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-08 | do not match on via866 smbus controller; reported and tested by grange@ | Michael Shalayeff | |
2003-01-07 | Remove duplicate SRX definition. | Miod Vallat | |
2003-01-07 | kill some debugging kdb_traps | Michael Shalayeff | |
2003-01-07 | apply the discover rule to bridge_output() as well | Jason Wright | |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2003-01-07 | do the busy wait loops my favourite style and merry xmas | Michael Shalayeff | |
2003-01-07 | xerxes [/home/src/local/millert/sudo/sudo-1.6.7] % vi ↵ | Todd C. Miller | |
/usr/src/local/TiVo/Linux/Don't allow s{e,h}mmni to be set > 0xffff via sysctl since that could cause id collisions (the macros in <sys/ipc.h> limit the index to 0xffff). Prompted by a conversation with weingart@ | |||
2003-01-07 | Correct several typos in comments. No code changes. | Chad Loder | |
2003-01-07 | sha1.c is no longer needed by pf. | Daniel Hartmeier | |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier | |
introduce reference counting for tables, they are now automatically created and deleted through referencing rules. Diff partly from cedric@. ok mcbride@, henning@, cedric@ | |||
2003-01-06 | Add a "findremoved" arg to shm_find_segment_by_shmid() similar to | Todd C. Miller | |
NetBSD and allow shmctl() to operate on shm segments that have been marked for removal like other OSes do. | |||
2003-01-06 | Move initialisation of radix table globals in pfr_initialize() | Cedric Berger | |
ok dhartmei@ | |||
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2003-01-06 | knf | Theo de Raadt | |
2003-01-06 | Document MBR offset (used by NT4 at least). | Tobias Weingartner | |
OK deraadt@, millert@, and others. | |||
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier | |
name. ok henning@, mcbride@, cedric@ | |||
2003-01-05 | cd /usr/src/etc/../sys/arch/macppc/conf && config GENERIC | Theo de Raadt | |
config: bktr's cannot be *'d until its driver is fixed | |||
2003-01-05 | spelling | Theo de Raadt | |
2003-01-05 | regen | Alexander Yurchenko | |
2003-01-05 | Add VT6306 FireWire; ok tdeval@ | Alexander Yurchenko | |
2003-01-05 | bktr works, drahn@ ok | Michael Shalayeff | |
2003-01-05 | proper endianess handling in 16 and 32 bit video modes, 24 bit is not ↵ | Michael Shalayeff | |
supported by the card | |||
2003-01-05 | splassert on m68k-based arches. Not totally accurate on hp300 at the moment, | Miod Vallat | |
still. | |||
2003-01-05 | endianess-free, works on macppc now, except for the fb endianess | Michael Shalayeff | |
2003-01-04 | On MVME187, detect the on-board memory size by probing the memory controllers | Miod Vallat | |
like on mvme68k, rather than attempting to find the first off-board memory location. | |||
2003-01-04 | spelling | Theo de Raadt | |
2003-01-04 | Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass | Miod Vallat | |
misleading, and it was never used anyways. | |||
2003-01-04 | memsize() serves no purpose anymore | Miod Vallat | |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier | |
ok henning@, mcbride@ | |||
2003-01-04 | When detecting the memory size on 167 and 177, probe both memory controllers | Miod Vallat | |
instead than only the first one. From NetBSD | |||
2003-01-04 | Honour noroute in skip step calculation, found by cedric@ | Daniel Hartmeier | |
2003-01-04 | Fix a few pcctwo attachment addresses | Miod Vallat | |
2003-01-04 | Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 2. -moj | |||
2003-01-04 | Add support for turkish keyboard from Berk Demir bdd at ieee dot org. | Mats O Jansson | |
Replaced some Latin 1 symbols with Latin 5. -moj | |||
2003-01-04 | reset cold at the end of cpu_configure(), add a comment when fooling w/ itmr | Michael Shalayeff | |
2003-01-04 | Don't define splassert goo if _LOCORE | Miod Vallat | |
2003-01-04 | Correctly invoke pmap_enter() [fix last argument] | Miod Vallat | |
2003-01-04 | Remove unused pf_add_addr(), ok mcbride@ | Daniel Hartmeier | |
2003-01-04 | A va_copy macro without drugs inside. Shupid miod. | Miod Vallat | |
2003-01-03 | splassert support for m88k | Miod Vallat | |
2003-01-03 | KNF | Theo de Raadt | |
2003-01-03 | Fix the unicast case call to bridge_rtupdate(), check that the -source- | Jason Wright | |
interface is LEARNING not the destination. | |||
2003-01-03 | 1) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void. | Cedric Berger | |
2) add new PFR_FLAG_REPLACE for use by pfr_tst_addrs(). 3) add new pfrio_nmatch alias to pfioc_table, set by pfr_tst_addrs(). Tested on i386, sparc64 | |||
2003-01-03 | Provide a simple va_copy() implementation. | Miod Vallat | |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat | |
can link against libc without unresolved symbols again. Anyone who correctly guessed that my m88k hard drive has been recovered, wins a strawberry lollipop. | |||
2003-01-02 | regen | Alexander Yurchenko | |
2003-01-02 | Add Promise PDC20376 SATA RAID | Alexander Yurchenko | |
ok miod@ | |||
2003-01-02 | Remove explicit numbering of enums. | Ryan Thomas McBride | |
ok fgsch@ dhartmei@ henning@ |