| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ARMSCSII-8 locale | ache | 2003-07-05 | 13 | -0/+558 |
* | Add ARMSCII-8 locale dirs | ache | 2003-07-05 | 2 | -0/+6 |
* | Make the conditional, which decides what siglist to put a signal on, | mtm | 2003-07-05 | 1 | -8/+5 |
* | add the mbr_enc file so that we can load the module on sparc64. | jmg | 2003-07-05 | 1 | -1/+1 |
* | Add more useful cross-references to the SEE ALSO section. | tjr | 2003-07-05 | 1 | -2/+7 |
* | Catch up with recent FP-related changes to scanf.3 and vfwscanf.c. | tjr | 2003-07-05 | 1 | -31/+16 |
* | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | tjr | 2003-07-05 | 1 | -11/+6 |
* | Merge recent floating point conversion changes from vfscanf.c. | tjr | 2003-07-05 | 1 | -93/+175 |
* | Fix a signedness problem in zstty_cncheckc(): when no character is ready, | tmm | 2003-07-05 | 1 | -1/+1 |
* | Remove trailing whitespace. | rwatson | 2003-07-05 | 4 | -6/+6 |
* | Drop the pid file after we call the final daemon call. w/o -n would | imp | 2003-07-05 | 1 | -2/+4 |
* | Add buffalo airstation wli2-cf-s11 I got in japan to the list | imp | 2003-07-05 | 1 | -0/+1 |
* | I was so happy I found the semi-colon from hell that I didn't | mtm | 2003-07-04 | 1 | -1/+1 |
* | remove \n at end of panic strings. They are added by the call to panic. | jmg | 2003-07-04 | 4 | -26/+26 |
* | Add vm object locking to pmap_prefault(). | alc | 2003-07-04 | 1 | -7/+10 |
* | Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. | luigi | 2003-07-04 | 3 | -0/+38 |
* | Correct some comments, add opcode O_IPSEC to match packets | luigi | 2003-07-04 | 1 | -12/+17 |
* | remove whitespace at end of line | luigi | 2003-07-04 | 2 | -2/+2 |
* | - Parse the cpu topology map in sched_setup(). | jeff | 2003-07-04 | 1 | -13/+53 |
* | Don't be so chatty about osreldate.h creation steps when make(1) | ru | 2003-07-04 | 1 | -1/+1 |
* | Make jexec duplicate the actions of the shell searching for an | bmilekic | 2003-07-04 | 1 | -2/+2 |
* | Don't hardcore PATH into BINMAKE; the latter should only be | ru | 2003-07-04 | 1 | -2/+2 |
* | Merge the following from the English version: | hrs | 2003-07-04 | 2 | -6/+45 |
* | Add a missing </para>. | hrs | 2003-07-04 | 2 | -2/+2 |
* | Fixed the last-minute bug I made in previous commit. | ru | 2003-07-04 | 1 | -1/+1 |
* | Fixed style bugs related to parentheses in Makefile.inc1. | ru | 2003-07-04 | 3 | -14/+17 |
* | Add compatibility for FreeBSD-4. | simokawa | 2003-07-04 | 4 | -5/+21 |
* | Delete a superfluous semi-colon. | harti | 2003-07-04 | 1 | -1/+1 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 3 | -5/+26 |
* | Remove unnecessary cast. | phk | 2003-07-04 | 1 | -1/+1 |
* | Regen: | sheldonh | 2003-07-04 | 1 | -14/+29 |
* | Use the f_vnode field to tell which file descriptors have a vnode. | phk | 2003-07-04 | 3 | -19/+15 |
* | We just cached the inode pointer, no need to call VTOI() again. | phk | 2003-07-04 | 1 | -2/+2 |
* | - Ensure that the busdma API won't do deferred loads by using the | mux | 2003-07-04 | 1 | -9/+9 |
* | It's unfair how one extraneous semi-colon can cause so much grief. | mtm | 2003-07-04 | 1 | -1/+1 |
* | The em(4) driver has been converted to busdma and doesn't use | mux | 2003-07-04 | 1 | -5/+0 |
* | Correctly lock/unlock signal lock. I must be in bad state, need to sleep. | davidxu | 2003-07-04 | 2 | -2/+4 |
* | Always check and restore sigaction previously set, also access user parameter | davidxu | 2003-07-04 | 2 | -8/+14 |
* | style(9) | mtm | 2003-07-04 | 1 | -8/+2 |
* | In setpgrp(), don't assume a pgrp won't exist if the provided pgid is the same | cognet | 2003-07-04 | 1 | -12/+13 |
* | WARNING: white space diff | jmg | 2003-07-04 | 34 | -311/+309 |
* | kse_thr_interrupt should target the thread, specifically. | mtm | 2003-07-04 | 2 | -2/+2 |
* | Avoid using the global offset table to get the address of _DYNAMIC in | jake | 2003-07-04 | 2 | -1/+18 |
* | Allow the caller to get an erro direclty if we sent the packet immediatly. | julian | 2003-07-03 | 1 | -1/+1 |
* | Due to extreme bogusness in the pci bus layer, these drivers were | imp | 2003-07-03 | 14 | -32/+40 |
* | New release notes: mount_nwfs(8)/mount_portalfs(8)/mount_msbfs(8) | bmah | 2003-07-03 | 2 | -2/+50 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 10 | -390/+131 |
* | Signals sent specifically to a particular thread must | mtm | 2003-07-03 | 5 | -20/+25 |
* | With the latest mdoc(7), we can now fix the synopsis like this. | ru | 2003-07-03 | 1 | -3/+9 |
* | MFV. | ru | 2003-07-03 | 1 | -3/+25 |