| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dumping of the ECDT table. | njl | 2003-09-10 | 2 | -0/+29 |
* | o Workaround a bug where my T23 reports that it is ACPI 2.0x compatible | njl | 2003-09-10 | 2 | -29/+70 |
* | With the exim port upgrade, modify sysinstall(8): | trhodes | 2003-09-10 | 2 | -24/+20 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 2 | -2/+2 |
* | Switch dotrim() to take advantage of the 'struct conf_entry' that | gad | 2003-09-09 | 1 | -33/+36 |
* | Reduce the annoying compiler warnings that pop up when compiling with | gad | 2003-09-09 | 1 | -9/+9 |
* | Add a device driver for the Broadcom BCM4401 ethernet controller, | wpaul | 2003-09-09 | 2 | -0/+2 |
* | Add support for ACPI 2.x and the XSDT. | njl | 2003-09-09 | 1 | -25/+77 |
* | Rename FACP to FADT throughout. | njl | 2003-09-09 | 4 | -111/+206 |
* | Correct the comment about which timezone-change loses an hour... | gad | 2003-09-09 | 1 | -2/+2 |
* | Add a '-D <something>' command line arg, which can be used to set | gad | 2003-09-09 | 1 | -3/+57 |
* | Use strtol() instead of strtoul() in parse8601, so we can detect | gad | 2003-09-09 | 1 | -17/+17 |
* | Fix typo in the previous commit. Was checking wrong variable... | gad | 2003-09-09 | 1 | -1/+1 |
* | Change parse8601 and parseDWM so they return an alternate error value | gad | 2003-09-09 | 1 | -14/+29 |
* | Cosmetic change to move parse8601 right next to parseDWM. No code | gad | 2003-09-09 | 1 | -86/+86 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 2 | -2/+2 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | wpaul | 2003-09-08 | 2 | -0/+4 |
* | Use uid_t. | charnier | 2003-09-07 | 1 | -3/+4 |
* | There is no need to #include <sgtty.h> | peter | 2003-09-04 | 1 | -1/+0 |
* | Sync with fresh generated file, keep our changed settings. This seems | mbr | 2003-09-02 | 1 | -1386/+1338 |
* | Remove redundant PACKAGE and VERSION defines. | mbr | 2003-09-02 | 1 | -6/+1 |
* | Update version string. | mbr | 2003-09-02 | 1 | -1/+1 |
* | Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1. | mbr | 2003-09-02 | 1 | -0/+9 |
* | Retire 'c' partition for a CD device. | maxim | 2003-09-01 | 2 | -13/+4 |
* | Introduce more knobs to slim down FreeBSD userland | phk | 2003-08-29 | 1 | -4/+11 |
* | Add asf to i386 build. This will probably work on other platforms | grog | 2003-08-29 | 1 | -0/+1 |
* | Now that amldb(8) is no longer needed by acpidump, remove the last vestiges | njl | 2003-08-28 | 26 | -7607/+0 |
* | Modify acpidump to use iasl(8) as the backend for disassembling AML. | njl | 2003-08-28 | 8 | -2086/+366 |
* | Make build of atm, mld6query, rip6query, route6d and traceroute6 | phk | 2003-08-27 | 1 | -5/+11 |
* | Clarify the order of arguments passed to the pre-/post-install script | roam | 2003-08-26 | 1 | -1/+1 |
* | Minimal update to make it easier to increase the buffer-size lpd uses | gad | 2003-08-21 | 2 | -10/+20 |
* | The PCMCIA Standard dictates that those funny cards you insert into | imp | 2003-08-20 | 4 | -18/+18 |
* | Add a new variable 'skipPCCARD'. This variable will cause sysinstall | imp | 2003-08-20 | 8 | -2/+26 |
* | - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! | ambrisko | 2003-08-20 | 1 | -50/+42 |
* | Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the | obrien | 2003-08-19 | 12 | -580/+2 |
* | Expand the fdisk size display toggling to include GB. | obrien | 2003-08-19 | 2 | -4/+12 |
* | When checking the 'user:group' field in newsyslog.conf, freebsd's source | gad | 2003-08-19 | 1 | -2/+14 |
* | rtm_seq is int, so seq/myseq should be int. | ume | 2003-08-18 | 1 | -2/+2 |
* | suppress outpt on dump request if -q is specified. | ume | 2003-08-18 | 1 | -0/+3 |
* | atoi -> strtoul | ume | 2003-08-18 | 1 | -2/+10 |
* | - port numbers are unsigned. use %u. | ume | 2003-08-18 | 1 | -2/+2 |
* | explicitly specify IPPROTO_UDP when calling getaddrinfo(). | ume | 2003-08-18 | 1 | -0/+2 |
* | remove a variable that is never used. | ume | 2003-08-18 | 1 | -5/+2 |
* | support poll(2). | ume | 2003-08-18 | 2 | -5/+44 |
* | - don't select with FD_SETSIZE. | ume | 2003-08-18 | 1 | -14/+25 |
* | - don't print strerror() if errno == 0 on fatal(). | ume | 2003-08-17 | 1 | -10/+26 |
* | - do not SEGV on IFF_UP. | ume | 2003-08-17 | 1 | -14/+21 |
* | do not send dump request on -N | ume | 2003-08-17 | 1 | -0/+2 |
* | macro pedant | ume | 2003-08-17 | 1 | -2/+2 |
* | minor cleanup; no need for extra variable here | ume | 2003-08-17 | 1 | -4/+2 |