| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 24 | -414/+33 |
* | Make a panic less misleading. | phk | 2001-04-29 | 2 | -2/+2 |
* | Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP(). | phk | 2001-04-29 | 1 | -2/+3 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 4 | -62/+47 |
* | Remove faint traces of blind copy&paste. | phk | 2001-04-29 | 1 | -1/+0 |
* | Remove faint traces of non-existant ffs_bmap(). | phk | 2001-04-29 | 1 | -2/+0 |
* | Grrr. Fix a line that was fatfingered out during the cleanup. | markm | 2001-04-29 | 1 | -0/+1 |
* | Clarify a little: the mandatory argument is an event number. | dd | 2001-04-29 | 1 | -2/+3 |
* | Add xref to sym(4) | dd | 2001-04-29 | 1 | -1/+2 |
* | mdoc(7) police: use .Va and .Vt where appropriate | dd | 2001-04-29 | 1 | -149/+217 |
* | Disable llib. The previous commit does not go anywhere near far enough | peter | 2001-04-29 | 1 | -1/+1 |
* | Remove incorrect comment. | alfred | 2001-04-29 | 2 | -2/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 98 | -194/+0 |
* | Bring in ficl 2.05. | dcs | 2001-04-29 | 26 | -1804/+3992 |
* | don't unlock the channel in chn_read, msleep will do it for us. | cg | 2001-04-29 | 1 | -2/+0 |
* | Add back in the bits to remove any existing "schg" flags as we have | obrien | 2001-04-29 | 5 | -0/+10 |
* | Fix typo: GREMANLINKS -> GERMANLINKS | jmas | 2001-04-29 | 1 | -1/+1 |
* | Add es_ES. | jmas | 2001-04-29 | 9 | -0/+119 |
* | Document allscreens_kbdflags. | dd | 2001-04-28 | 1 | -0/+11 |
* | Add an allscreens_kbdflags option. Same thing as allscreens_flags, | dd | 2001-04-28 | 3 | -0/+19 |
* | mdoc(7) police: use .Va and .Vt where appropriate | dd | 2001-04-28 | 2 | -517/+681 |
* | Remind the user that they need to check CPAN manually for updates | joe | 2001-04-28 | 1 | -0/+1 |
* | Cleaner method of making PAMable apps static (in the optional case of | markm | 2001-04-28 | 3 | -12/+3 |
* | Add category definitions (which were missing) for locale categories LC_MESSAGES, | phantom | 2001-04-28 | 41 | -4/+744 |
* | Dike out Kerberos(IV) support on the grounds that better kerberos | markm | 2001-04-28 | 1 | -7/+0 |
* | Dike out the Kerberos(IV) support on the grounds that better kerberos | markm | 2001-04-28 | 2 | -189/+14 |
* | Improve description of "new_sysent". | alex | 2001-04-28 | 1 | -2/+2 |
* | Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macro | alex | 2001-04-28 | 2 | -1/+79 |
* | Instead of asserting that a mutex is not still locked after unlocking it, | alfred | 2001-04-28 | 1 | -1/+1 |
* | Enable (optional) static linking. | markm | 2001-04-28 | 1 | -0/+5 |
* | Damn. That should be _enable_ static linking, not _force_ static linking. | markm | 2001-04-28 | 1 | -1/+0 |
* | Enable (optional) static linking. | markm | 2001-04-28 | 1 | -0/+6 |
* | Change names of functions and variables with global scope that are | markm | 2001-04-28 | 3 | -19/+19 |
* | Allow static linking. | markm | 2001-04-28 | 1 | -0/+5 |
* | Clean up the error handling code a bit. There is no need to "roll our | markm | 2001-04-28 | 1 | -89/+26 |
* | Distinguish between rpc version numbers in the client cache to avoid | alfred | 2001-04-28 | 1 | -1/+6 |
* | handles.c belonged to the old stub lockd, nuke it. | alfred | 2001-04-28 | 1 | -61/+0 |
* | procs.c belonged to the old stub lockd, nuke it. | alfred | 2001-04-28 | 1 | -592/+0 |
* | Document "chdir" builtin. | dd | 2001-04-28 | 1 | -0/+4 |
* | Add in a missing call to forward_hardclock() in the SMP case. | jhb | 2001-04-28 | 5 | -0/+15 |
* | Fix wrong (char) cast (instead of unsigned char) causing highlighting of all | ache | 2001-04-27 | 1 | -2/+2 |
* | be more specific in identifying the chip type | cg | 2001-04-27 | 1 | -14/+73 |
* | New release note: SMPng on alpha. | bmah | 2001-04-27 | 5 | -26/+40 |
* | Address a number of problems with sysctl_vm_zone(). | alfred | 2001-04-27 | 1 | -11/+29 |
* | Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc(): | fenner | 2001-04-27 | 1 | -7/+9 |
* | First commit of RELNOTESng, the rewrite of the *.TXT documentation | bmah | 2001-04-27 | 101 | -1/+22926 |
* | Some ports have been renamed after this script has been created. | olgeni | 2001-04-27 | 1 | -2/+2 |
* | Move the disklabel construction to the attach function instead of | sos | 2001-04-27 | 1 | -9/+9 |
* | Check the new kern.smp.active sysctl rather than the non-existent | jhb | 2001-04-27 | 1 | -1/+1 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 77 | -7925/+1123 |