| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneded -lmytinfo | ache | 2000-09-16 | 1 | -2/+2 |
* | Fix typo (rc.conf -> pccard.conf). | iwasaki | 2000-09-15 | 1 | -1/+1 |
* | Correct variable check for VAR_TRY_DHCP. | jkh | 2000-09-15 | 1 | -1/+1 |
* | Restore standard symlink default, return -L, remove -P, add missing -q to getopt | ache | 2000-09-15 | 2 | -11/+12 |
* | pkg_version(1) will now distinguish between the different cases where | bmah | 2000-09-15 | 2 | -7/+16 |
* | Add manpages acpi userland tools. | iwasaki | 2000-09-14 | 4 | -4/+516 |
* | Fix some style nits | brian | 2000-09-14 | 1 | -11/+13 |
* | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | 2000-09-14 | 5 | -1/+282 |
* | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | 2000-09-14 | 2 | -0/+36 |
* | Another overhaul of the periodic stuff. | brian | 2000-09-14 | 2 | -46/+162 |
* | Fixed breakage of installation of kbdcontrol.1 in previous commit. | bde | 2000-09-14 | 1 | -2/+4 |
* | Pass a useful pathname to rlink(). Many thanks to the PR originator | sheldonh | 2000-09-13 | 1 | -1/+2 |
* | Add kbdmap.5 to build. | dwmalone | 2000-09-13 | 4 | -1/+6 |
* | Man page for the file format accepted by "kbdcontrol -l". | dwmalone | 2000-09-13 | 1 | -0/+311 |
* | Teach sysinstall about 'aac'. | msmith | 2000-09-13 | 2 | -0/+2 |
* | Allow users to add libraries for sendmail (e.g. Cyrus SASL) | gshapiro | 2000-09-13 | 1 | -1/+1 |
* | o What a good idea, ``-o'' should be a ``-f'' like in every other | rwatson | 2000-09-12 | 2 | -6/+6 |
* | o Add a ``-o'' argument to initattr, which causes extattrctl to overwrite | rwatson | 2000-09-12 | 2 | -4/+20 |
* | Add the ability to define a "shutdown" and "shutdown and poweroff" key | dwmalone | 2000-09-11 | 3 | -0/+20 |
* | Arrgh. Back out a change used during debugging and fix a typo. | bmah | 2000-09-11 | 1 | -2/+2 |
* | Mark a path up with Pa. | sheldonh | 2000-09-11 | 1 | -1/+2 |
* | Whitespace-only change: apply normal line breaking style. | sheldonh | 2000-09-11 | 1 | -15/+21 |
* | Moved boot0cfg into IBM-PC only section (MACHINE=="i386"). | kato | 2000-09-10 | 1 | -1/+5 |
* | Remove a workaround for a long-fixed bug in fetch(1). | bmah | 2000-09-09 | 2 | -10/+4 |
* | pkg_version.pl now understands the new package/port numbering scheme | bmah | 2000-09-09 | 1 | -24/+109 |
* | Provide correct information regarding "packet" option default. | rnordier | 2000-09-09 | 1 | -4/+5 |
* | o When pre-allocating attribute storage space, also allocate space for | rwatson | 2000-09-07 | 1 | -3/+5 |
* | MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff. | jkh | 2000-09-07 | 7 | -66/+0 |
* | Spelling police | brian | 2000-09-06 | 1 | -2/+2 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 7 | -219/+9 |
* | Add ftp.no.freebsd.org. | sheldonh | 2000-09-06 | 2 | -0/+4 |
* | enable sshd by default. This only effects *new* installs, so | jkh | 2000-09-04 | 2 | -0/+2 |
* | Whitespace-only: remove the only hard sentence break in the file. | sheldonh | 2000-09-04 | 1 | -1/+2 |
* | Don't use libutil now that setproctitle() is in libc | brian | 2000-09-02 | 2 | -3/+0 |
* | Remove libutil - setproctitle() is now in libc | brian | 2000-09-02 | 2 | -5/+0 |
* | Modify extended attribute protection model to authorize based on | rwatson | 2000-09-02 | 2 | -76/+18 |
* | Don't check for ohci/uhci to be loaded, check for the usb module. | n_hibma | 2000-09-02 | 1 | -3/+2 |
* | libutil.h is no longer required for setproctitle() | brian | 2000-09-02 | 1 | -5/+0 |
* | libutil is no longer required as setproctitle() has moved to libc | brian | 2000-09-02 | 2 | -5/+2 |
* | fix multi io window patch(Rev. 1.48) | sanpei | 2000-09-01 | 1 | -1/+1 |
* | Activate acpi. | iwasaki | 2000-08-31 | 1 | -1/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r65287, | iwasaki | 2000-08-31 | 5 | -0/+1086 |
|\ |
|
| * | import amldb(8) from ACPI For FreeBSD project. | iwasaki | 2000-08-31 | 5 | -0/+1086 |
* | | This commit was generated by cvs2svn to compensate for changes in r65285, | iwasaki | 2000-08-31 | 7 | -0/+1848 |
|\ \
| |/ |
|
| * | import acpidump(8) from ACPI For FreeBSD project. | iwasaki | 2000-08-31 | 7 | -0/+1848 |
* | | This commit was generated by cvs2svn to compensate for changes in r65283, | iwasaki | 2000-08-31 | 2 | -0/+118 |
|\ \
| |/ |
|
| * | import acpiconf(8) from ACPI For FreeBSD project. | iwasaki | 2000-08-31 | 2 | -0/+118 |
* | Add Makefile for acpi userland tools. | iwasaki | 2000-08-31 | 2 | -0/+14 |
* | Fix resolv.conf line hint: "name-server" -> "nameserver" | rse | 2000-08-31 | 2 | -2/+2 |
* | Use arc4random() instead of random() | brian | 2000-08-31 | 2 | -1/+9 |