Age | Commit message (Expand) | Author |
2003-07-21 | ftw(3) and nftw(3) for XPG compliance; emulated via fts(3) | Todd C. Miller |
2003-07-21 | Two new regressions. t12 fails currently. | Otto Moerbeek |
2003-07-21 | gotta prune your objdir after makefile changes...; cleandir was not broken | Michael Shalayeff |
2003-07-21 | no, you broke cleandir | Theo de Raadt |
2003-07-21 | do not symlink .x file -- build right out of include dir and only link .h; de... | Michael Shalayeff |
2003-07-21 | use __progname | Michael Shalayeff |
2003-07-21 | protos | Theo de Raadt |
2003-07-21 | use more defines; andrushock@korovino.net | Theo de Raadt |
2003-07-21 | enable the libc portions of the quad float stuff (nothing will call this | Jason Wright |
2003-07-21 | implementation of __ftoul (float -> unsigned long) (based on __dtoul above it) | Jason Wright |
2003-07-21 | quad float emulation stuff. Mostly based on freebsd (which is based on | Jason Wright |
2003-07-21 | Updated license from nvi-1.81.5 since we will be pulling in patches from it. | Todd C. Miller |
2003-07-21 | Expand change records array as needed; passes Otto's new regression test. | Todd C. Miller |
2003-07-21 | fix header | Theo de Raadt |
2003-07-21 | remove a bit more junk | Theo de Raadt |
2003-07-21 | knf | Theo de Raadt |
2003-07-21 | knf and other cleanup; ok otto | Theo de Raadt |
2003-07-21 | turn a list into a display and remove some .br's; | Jason McIntyre |
2003-07-21 | remove some old groff macros; | Jason McIntyre |
2003-07-21 | remove some old groff macros; | Jason McIntyre |
2003-07-21 | document .Vt; | Jason McIntyre |
2003-07-21 | sync with mdoc.samples(7); | Jason McIntyre |
2003-07-21 | better format for tables; | Jason McIntyre |
2003-07-21 | Merge back some changes from skimo's tree, fixes endless recursions | Daniel Hartmeier |
2003-07-21 | ld needs -Z flag since W^X. from marius erikson in pr3360. ok drahn@ | Ted Unangst |
2003-07-21 | Fix typo: unsigned -> unsigned char; from Thorsten Glaser | Todd C. Miller |
2003-07-20 | acer chips seem to work with atapi dma now. ok grange@ | Ted Unangst |
2003-07-20 | After some discussion on icb it seems a do {} while is what we want | Todd C. Miller |
2003-07-20 | regen | Matthieu Herrb |
2003-07-20 | fix | Matthieu Herrb |
2003-07-20 | regen | Matthieu Herrb |
2003-07-20 | Add SiS 650 VGA. Ok deraadt@, henning@. | Matthieu Herrb |
2003-07-20 | No need to link with -lasn1 or -lcom_err anymore. | Todd C. Miller |
2003-07-20 | Use LBA48 only when accessing blocks after 137Gb limit or using sectors | Alexander Yurchenko |
2003-07-20 | ignore backwards going entries | Michael Shalayeff |
2003-07-20 | Close PR 3358 by changing the loop from do {} while -> for; tdeval@ OK | Todd C. Miller |
2003-07-20 | Document -Z flag for ld, produce old style 'standard' executables'. ok deraadt@ | Dale Rahn |
2003-07-20 | document exit values | Todd C. Miller |
2003-07-20 | sync | Alexander Yurchenko |
2003-07-20 | Add HPT302 and HPT371 IDE controllers. | Alexander Yurchenko |
2003-07-19 | - just warn in case of mmap/brk failure | Thierry Deval |
2003-07-19 | Remove bullshit: hpt366 rev. 1 is hpt366, not hpt372a. | Alexander Yurchenko |
2003-07-19 | typo | Alexander Yurchenko |
2003-07-19 | Actually, this shows the problem. | Cedric Berger |
2003-07-19 | Verify that no skip step apply to theses rules for the source address. | Cedric Berger |
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | Dale Rahn |
2003-07-19 | Skip step optimization involving dynaddr, tables, no-route. | Cedric Berger |
2003-07-19 | Simplify struct pf_pooladdr to include struct pf_addr_wrap directly | Cedric Berger |
2003-07-19 | - sync with NetBSD or Niels' tarball where appropriate | Nikolay Sturm |
2003-07-19 | redrew -> redraw; | Jason McIntyre |