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