Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-10 | The long descriptions of partition types are not used by the code, so | Tom Cosgrove | |
have them as comments rather than data. Reduces the size of the executable by over 2 KB. Also s/Netware/NetWare/. ok tedu@ deraadt@ | |||
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-10 | update comment about disabled tests; ok marc@ | David Krause | |
2004-07-10 | add getopt_long regress; ok millert@ | David Krause | |
2004-07-10 | add back in piece required for m68k | Theo de Raadt | |
2004-07-10 | typo; from patrick latifi | Jakob Schlyter | |
2004-07-10 | files.hpux is now in a {m68k,hppa} subdir | Theo de Raadt | |
2004-07-09 | regen | Todd C. Miller | |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller | |
Idea from NetBSD, OK deraadt@ | |||
2004-07-09 | #ifdef hpux only for m68k or hppa; this needs a revisit since this shows | Theo de Raadt | |
something flawed in the way that the emulation system calls are being handled | |||
2004-07-09 | oops committed the old version | Michael Shalayeff | |
2004-07-09 | NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@ | Anil Madhavapeddy | |
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | dejagnu hasn't been in ports/lang/egcs directory for a while now... | David Krause | |
2004-07-09 | Sort COMPAT_ options, also add a .Bx in COMPAT_43. | Miod Vallat | |
2004-07-09 | better includes for syscalls from kernel | Michael Shalayeff | |
2004-07-09 | better includes for syscalls from kernel | Michael Shalayeff | |
2004-07-09 | libiberty was moved from gnu/egcs to gnu/lib | David Krause | |
2004-07-09 | feh. hppa part. some unfinished and untested | Michael Shalayeff | |
2004-07-09 | perform reply buffer dma synchronisation in iop_msg_post(), and not in | Pedro Martelletto | |
iop_post(), since we may get in iop_post() without the map being initialized. should affect sparc64 only. discussed with and ok'd by mickey@ | |||
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | split off the m68k-specific parts | Michael Shalayeff | |
2004-07-09 | missing gcc2 outputs for: | David Krause | |
regress check for macro presence/failure in bounded attrib declaration ok avsm@ | |||
2004-07-09 | add gcc-bounds directory | David Krause | |
2004-07-09 | attach to Planex and Corega Ethernet cards. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-07-09 | various cleanup: | Jared Yanovich | |
- fix examples - fix macro abuse - hex -> hexadecimal - rewording for clarity and consistency - make -a description seem less dangerous - sort options work, help, ok jmc ok otto | |||
2004-07-09 | if REGRESS_SKIP is defined, no need to also define REGRESS_SKIP_TARGETS | David Krause | |
2004-07-09 | add a missing CLEANFILES used in the re-exec test | David Krause | |
2004-07-09 | make lint a wee bit happier | Theo de Raadt | |
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek | |
character of the line buffer was a backslash. ok deraadt@ | |||
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-07-09 | [From: Joris Vink] | Thierry Deval | |
Use strtonum(3) instead of strtol(3). ok deraadt@ & me | |||
2004-07-09 | Do not forget to initialize head. ok henning@ | Otto Moerbeek | |
2004-07-09 | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby | Dale Rahn | |
and tested in-tree for a while. | |||
2004-07-09 | put dhcp support on the alpha CD (not onto the floppies, where it does not | Theo de Raadt | |
fit) | |||
2004-07-09 | from netbsd: | Theo de Raadt | |
The Sony camera reports itself as a "disk", not a "simplified direct access" device -- ergo, it is "SCSI", not "RBC". | |||
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek | |
are no eols at eofs involved. Tested by quite some people. ok deraadt@ | |||
2004-07-09 | brings in a few fixes from NetBSD... | Brad Smith | |
- fix typo in comment: resister -> register - Remove an unreachable return statement (and fix a whitespace nit) - Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t types defined in terms if 'int' instead of 'long'. - use u_long for extent_alloc_subregion result instead of bus_addr_t ok deraadt@ | |||
2004-07-09 | Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as an | Miod Vallat | |
expedient to s(h)ave more bytes on the installation media. Prompted by deraadt@ | |||
2004-07-09 | add section on ntpd; | Jason McIntyre | |
ok henning@ deraadt@ | |||
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt | |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller | |
Use memcpy() instead and NUL terminate. | |||
2004-07-09 | post-mortem stuff can go away here too | Theo de Raadt | |
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-09 | qbus vector counting, too; from hugh | Theo de Raadt | |
2004-07-09 | too chatty; ok henning | Theo de Raadt | |