| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reject invalid CIDR widths rather than silently stopping at the first | emaste | 2010-01-14 | 1 | -4/+8 |
* | Remove ttyslot from Symbol.map anyway. | ed | 2010-01-14 | 1 | -1/+0 |
* | Unbreak pututxline() on 32-bit architectures. | ed | 2010-01-14 | 1 | -4/+4 |
* | Update the ident for the XENHVM kernel config to match the filename. | jhb | 2010-01-14 | 1 | -1/+1 |
* | - Note that if_xname, if_dname, and if_dunit are usually initialized via | jhb | 2010-01-14 | 1 | -16/+40 |
* | - Update required headers for namei() to add <sys/fcntl.h> and remove | jhb | 2010-01-14 | 2 | -2/+31 |
* | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | lulf | 2010-01-14 | 28 | -3393/+2155 |
* | The group field is called `gid', not `group'. | ed | 2010-01-14 | 1 | -1/+1 |
* | Make whois capable of searching for IPv6 addresses just like it can | edwin | 2010-01-14 | 1 | -0/+4 |
* | Remove -d option, whois.nic.mil doesn't exist anymore. | edwin | 2010-01-14 | 2 | -12/+3 |
* | Revert the change to Symbol.map, made in r202274. | ed | 2010-01-14 | 1 | -0/+1 |
* | Document that the IEEE80211_DEBUG kernel option is needed for | roam | 2010-01-14 | 1 | -1/+4 |
* | Don't use fseeko() to obtain the file offset. | ed | 2010-01-14 | 1 | -1/+1 |
* | Add two changes that should have gone into commit r202274. | ed | 2010-01-14 | 2 | -2/+1 |
* | Phase out ttyslot(3). | ed | 2010-01-14 | 6 | -24/+8 |
* | Add ioctl requests to /dev/io on ia64 for reading and writing | marcel | 2010-01-14 | 2 | -0/+158 |
* | Fix previous commitr:. efi_var_set() was copied from efi_var_get(), | marcel | 2010-01-14 | 2 | -4/+4 |
* | Add wrappers for the RT Variable Services. While here, translate the | marcel | 2010-01-14 | 2 | -3/+74 |
* | Grammar nits. | thompsa | 2010-01-14 | 2 | -9/+9 |
* | Add BCM5754 PHY id that is found on Dell Studio XPS 16. | yongari | 2010-01-14 | 2 | -0/+2 |
* | o Add PCI ID for BCM 5756. | delphij | 2010-01-13 | 2 | -1/+4 |
* | Hide from default sndstat some information not used on daily basis, | mav | 2010-01-13 | 2 | -11/+16 |
* | Remove the 1000 pseudo terminal limit from pts(4). | ed | 2010-01-13 | 2 | -34/+0 |
* | Update to Fredrik's latest uhso driver. This changes port detection, adds | thompsa | 2010-01-13 | 3 | -97/+169 |
* | Add a missing $FreeBSD$ string. | ed | 2010-01-13 | 1 | -0/+1 |
* | Complete the migration towards utmpx. | ed | 2010-01-13 | 2 | -1/+18 |
* | Let rc and periodic infrastructure and newsyslog use the utmpx files. | ed | 2010-01-13 | 4 | -11/+11 |
* | Remove <utmp.h> and its corresponding manual page. | ed | 2010-01-13 | 4 | -342/+5 |
* | Remove login(3), logout(3) and logwtmp(3) from libutil. | ed | 2010-01-13 | 9 | -459/+8 |
* | Remove utmpx stub from libulog. | ed | 2010-01-13 | 15 | -1030/+53 |
* | Forgot a part that was missing in the previous commit. | ed | 2010-01-13 | 1 | -1/+0 |
* | Make OpenSSH work with utmpx. | ed | 2010-01-13 | 4 | -27/+56 |
* | Let telnetd build without utmp and logwtmp(3). | ed | 2010-01-13 | 2 | -19/+1 |
* | Let pam_lastlog use utmpx instead of libulog's utmpx interface. | ed | 2010-01-13 | 1 | -5/+6 |
* | Port all apps in libexec/ from libulog to utmpx. | ed | 2010-01-13 | 4 | -10/+4 |
* | Port ftpd to utmpx. | ed | 2010-01-13 | 2 | -52/+38 |
* | Port comsat to utmpx. | ed | 2010-01-13 | 1 | -64/+21 |
* | Remove `dead code' from rlogind. | ed | 2010-01-13 | 1 | -12/+1 |
* | Port all applications in usr.sbin/ from libulog to utmpx. | ed | 2010-01-13 | 6 | -13/+7 |
* | Port lastlogin(8) to utmpx. | ed | 2010-01-13 | 2 | -17/+14 |
* | Port timed away from logwtmp(3). Let it use utmpx. | ed | 2010-01-13 | 2 | -9/+17 |
* | Port ac(8) to utmpx. | ed | 2010-01-13 | 1 | -102/+69 |
* | Perform all trivial ports to utmpx for usr.bin/. | ed | 2010-01-13 | 10 | -25/+8 |
* | Port w(1) to utmpx. | ed | 2010-01-13 | 2 | -7/+8 |
* | Allow getent(1) to display utmpx entries as well. | ed | 2010-01-13 | 2 | -0/+91 |
* | Port last(1) to use utmpx. | ed | 2010-01-13 | 1 | -102/+83 |
* | Let libopie use utmpx instead of utmp. | ed | 2010-01-13 | 2 | -6/+5 |
* | Port the remaining apps in sbin/ to utmpx; only reboot(8). | ed | 2010-01-13 | 2 | -4/+1 |
* | Migrate init(8) towards utmpx. | ed | 2010-01-13 | 2 | -5/+8 |
* | Port everything in bin/ from utmp to utmpx. | ed | 2010-01-13 | 3 | -12/+3 |