Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-15 | typo | Ted Unangst | |
2004-05-11 | man page; mjc@bitz.ca | Theo de Raadt | |
2004-05-10 | Manpage for mediabay | Dale Rahn | |
2004-05-10 | correct description of bus_dmamap_sync; help & ok mickey | Peter Valchev | |
2004-05-09 | fix 1000BaseT mediaopt example. Ok miod@ | Matthieu Herrb | |
2004-05-09 | route-to -> reply-to in one case where it was swapped, from | Daniel Hartmeier | |
Christopher Pascoe | |||
2004-05-09 | xfer ichpcib(4) | Alexander Yurchenko | |
2004-05-07 | Updates for the ssh->osiop change on mvme88k. | Miod Vallat | |
2004-05-07 | List all operators (= += -= *= /= %= <<= >>= &= ^= |=) instead of printing the | Aaron Campbell | |
first few followed by "etc". From FreeBSD. millert@ ok | |||
2004-05-06 | ichpcib(4) man page; with help from jmc@ | Alexander Yurchenko | |
2004-05-06 | document comment characters; jmc ok | Theo de Raadt | |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen | |
sequence numbers by taking advantage of the maximum 1KHz clock as an upperbound on the timestamp. Typically gains 10 to 18 bits of additional security against blind data insertion attacks. More if the TS Echo wasn't optional :-( Enabled with: scrub on !lo0 all reassemble tcp ok dhartmei@. documentation help from jmc@ | |||
2004-05-05 | More locator simplification | Miod Vallat | |
2004-05-05 | NetBSD (r) 2.0 definitely will exist. | Alexander Yurchenko | |
ok miod@ jmc@ | |||
2004-05-05 | Document COMPAT_35 | Todd C. Miller | |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker | |
table from these metrics. struct rt_msghdr used by the routing socket is not affected and so most userland apps don't need to be changed. some man page polishing by jmc@ OK henning@ markus@ theo@ | |||
2004-05-04 | uppercase + whitespace fix from jmc@. | Cedric Berger | |
2004-05-04 | Talk about return-rst improvements. noticed+ok deraadt@ | Cedric Berger | |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-05-01 | Update description of disk_unbusy(); from NetBSD | Todd C. Miller | |
2004-04-30 | Sync synopsis section with reality. | Miod Vallat | |
2004-04-28 | wd(4) devices nowadays also have a ``high level'' interface, we | Alexander Yurchenko | |
call it ``ATA''. ok tom@ deraadt@ | |||
2004-04-27 | missing `.It' which was causing START and CT descriptions to be concatenated; | Jason McIntyre | |
from Juho Juopperi (NetBSD PR 25352); | |||
2004-04-27 | typo from Michael Knudsen; | Jason McIntyre | |
2004-04-27 | irregardless -> irrespective; | Jason McIntyre | |
ok millert@ krw@ derision from the rest of the world stolen from a rejected freebsd pr; | |||
2004-04-27 | Recalculation of memory footprint of ASC/ASCQ table since I was in here ↵ | Marco Peereboom | |
anyway. ok krw@ | |||
2004-04-25 | new axe; freebsd | Theo de Raadt | |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger | |
2004-04-23 | remove note about bounded attribute not being implemented in gcc3 | Anil Madhavapeddy | |
2004-04-21 | Bring luna88k section 8 into the build. | Miod Vallat | |
2004-04-21 | Regen | Miod Vallat | |
2004-04-21 | The very beginning of a luna88k section 4 | Miod Vallat | |
ok jmc@ | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-20 | Belkin F5U109; from NetBSD, ok henning | Peter Valchev | |
2004-04-20 | GATEWAY and NMBCLUSTERS are dead. ok beck@ deraadt@ jmc@ | Ted Unangst | |
2004-04-18 | 705/710 have timber graphics | Michael Shalayeff | |
2004-04-17 | c* and j* are the same, also add saic thing | Michael Shalayeff | |
2004-04-17 | betterer | Michael Shalayeff | |
2004-04-17 | note a chip used in tr cards | Michael Shalayeff | |
2004-04-17 | lots of fixes from jared yanovich; | Jason McIntyre | |
2004-04-17 | exsys EX41098 | Theo de Raadt | |
2004-04-17 | update from jared yanovich; | Jason McIntyre | |
2004-04-16 | list/display fixes, and whitespace; | Jason McIntyre | |
2004-04-14 | Jersey is in fact New Jersey (or Joi'-see depending on accent) | Jason Wright | |
2004-04-14 | Virginia is VA on VI, and NC is North Carolina, not Carolina | Jason Wright | |
2004-04-14 | new vr; loki@animata.net | Theo de Raadt | |
2004-04-12 | update models | Theo de Raadt | |
2004-04-11 | regen | Todd C. Miller | |
2004-04-11 | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | Todd C. Miller | |
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]* | |||
2004-04-10 | specify an indent for displays, plus some grammar; | Jason McIntyre | |
ok deraadt@ |