Age | Commit message (Expand) | Author |
2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | Anil Madhavapeddy |
2004-06-21 | Implement pkg_add -I for real; ok espie@ | Miod Vallat |
2004-06-21 | Tell the kernel to enable ESP-in-UDP encapsulation when we have | Hakan Olsson |
2004-06-21 | Port floating (500->4500) for p1 and p2 exchanges. | Hakan Olsson |
2004-06-21 | Actually commit right (r&b tree) version, instead of hash table | Otto Moerbeek |
2004-06-21 | sync | Theo de Raadt |
2004-06-21 | agten(4) documentations updates. | Miod Vallat |
2004-06-21 | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | Miod Vallat |
2004-06-20 | Use arc4random; request art@ deraadt@ | Thorsten Lockert |
2004-06-20 | mgx(4) documentation updates. | Miod Vallat |
2004-06-20 | Port mgx(4) to sparc64. | Miod Vallat |
2004-06-20 | Fix the short description for fileno() | Jean-Francois Brousseau |
2004-06-20 | Do not use time based randomization; ok deraadt@ | Thorsten Lockert |
2004-06-20 | rfx and zx here too. | Miod Vallat |
2004-06-20 | Documentation updates for rfx(4) on sparc64. | Miod Vallat |
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev |
2004-06-20 | Port the rfx(4) frame buffer driver to sparc64. | Miod Vallat |
2004-06-20 | IPv4/v6 support for standalone mode. brad tested and ok'ed | Jun-ichiro itojun Hagino |
2004-06-20 | In crypto_thread(), always save return value from splimp(). We were only | Aaron Campbell |
2004-06-20 | bye bye gdiff(1)... | Xavier Santolaria |
2004-06-20 | regen | Damien Couderc |
2004-06-20 | add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200. | Damien Couderc |
2004-06-20 | Init per-cpu spc_runtime before diving into the scheduler. From NetBSD. | Aaron Campbell |
2004-06-20 | mention new -n flag | Damien Miller |
2004-06-20 | Some more regressions, mostly involving no eol at end of file. t4 | Otto Moerbeek |
2004-06-20 | skip over multipath routes | Henning Brauer |
2004-06-20 | mention new -l option, some nitpicks | Pedro Martelletto |
2004-06-20 | make "ls -l" listings print user/group names, add "ls -n" to show uid/gid | Damien Miller |
2004-06-20 | Implement -I option: ignore changes matching a set of regexes. From | Otto Moerbeek |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | Documentation updates for zx(4) on sparc64. | Miod Vallat |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat |
2004-06-20 | allow for receival of up to 16 fds at once; after discussion with theo | Henning Brauer |
2004-06-20 | make vnconfig use the new VNDIOCGET ioctl to retrieve information about | Pedro Martelletto |
2004-06-20 | argh, don't want to shutdown the socket in the parent after sending, | Henning Brauer |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-20 | - do not use __attribute__((volatile)) as its a synonym for __dead nowadays | Anil Madhavapeddy |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-20 | add bounds check for src pointer in bcopy(3) as well as dest pointer, | Anil Madhavapeddy |
2004-06-20 | $OpenBSD$, ok niklas@ | Pedro Martelletto |
2004-06-20 | remove timeout_*() again; ok brad@ | Markus Friedl |
2004-06-20 | message_parse_payloads should accept payloads in the private range. | Hakan Olsson |
2004-06-20 | The pseudo-device keyword takes only one count as an argument. | Aaron Campbell |
2004-06-20 | filter passed env vars at slave in connection sharing case; ok markus@ | Damien Miller |
2004-06-20 | boundary-check memcpy and friends. henning ok | Jun-ichiro itojun Hagino |
2004-06-20 | goodbye TUBA. deraadt ok | Jun-ichiro itojun Hagino |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell |
2004-06-20 | fix the "option dhcp-client-identifier" hex example | Henning Brauer |