| Commit message (Expand) | Author | Age | Files | Lines |
* | Use freopen() instead of a nasty hack. | tjr | 2004-07-15 | 1 | -2/+1 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-15 | 1 | -1/+5 |
* | Ensure that suffix matches occur on character boundaries. | tjr | 2004-07-15 | 1 | -4/+32 |
* | Document line length and multibyte character limitations. | tjr | 2004-07-15 | 1 | -1/+4 |
* | Remove Walnut Creek CDROM script that Jordan wrote in the 90s. | murray | 2004-07-15 | 2 | -44/+0 |
* | Use err() instead of perror(), exit(). | tjr | 2004-07-15 | 1 | -1/+1 |
* | Remove some serious foot-shooting potential from the release Makefile. For | jhb | 2004-07-15 | 1 | -3/+13 |
* | Use warn() instead of perror(). | tjr | 2004-07-15 | 1 | -1/+1 |
* | Add libthread_db assisted debugging support module. | davidxu | 2004-07-15 | 1 | -0/+1095 |
* | Use warn() instead of perror(). | tjr | 2004-07-15 | 2 | -4/+5 |
* | Tidy up system shutdown. | alfred | 2004-07-15 | 2 | -6/+24 |
* | type prgregset_t really should be an array. this is odd, however, other | davidxu | 2004-07-15 | 1 | -1/+1 |
* | Disable SIGIO for now, leave a comment as to why it's busted and hard | alfred | 2004-07-15 | 1 | -0/+20 |
* | Add proc_service.h, the common file both debugger and libthread_db will | davidxu | 2004-07-15 | 2 | -1/+104 |
* | Add my initial work of libthread_db. The library is used by gdb to debug | davidxu | 2004-07-15 | 9 | -0/+2030 |
* | Clean up the output on reboot by keeping completion messages on the same | njl | 2004-07-15 | 1 | -2/+2 |
* | A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), not | alc | 2004-07-15 | 1 | -2/+2 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 4 | -4/+17 |
* | Style: rename 'mkdirpath' so it's clearer exactly what it does. | kientzle | 2004-07-15 | 1 | -22/+27 |
* | A module with no modevent function gets modevent_nop() as default. | phk | 2004-07-14 | 1 | -1/+9 |
* | Add a comment separator. | njl | 2004-07-14 | 1 | -1/+1 |
* | Add a HARDWARE section which lists supported devices. The actual | simon | 2004-07-14 | 5 | -58/+95 |
* | Add a note indicating that the eh_prototype field used to construct | rwatson | 2004-07-14 | 1 | -0/+4 |
* | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | rwatson | 2004-07-14 | 1 | -0/+10 |
* | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | rwatson | 2004-07-14 | 1 | -0/+11 |
* | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | rwatson | 2004-07-14 | 1 | -1/+10 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+11 |
* | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+12 |
* | Some laptops report the "design-capacity" instead of the "real-capacity" | marks | 2004-07-14 | 1 | -0/+9 |
* | In addition to the real user ID check, do an explicit jail | csjp | 2004-07-14 | 1 | -2/+3 |
* | Correct bounds check in lapic_create(). | jhb | 2004-07-14 | 1 | -1/+1 |
* | Unbreak LINT: device card no longer takes a count. | des | 2004-07-14 | 1 | -1/+1 |
* | Make sure to update the mnt_stats before UFS1 extattr tried to | phk | 2004-07-14 | 1 | -5/+4 |
* | Add a reference to glabel(8). | pjd | 2004-07-14 | 1 | -0/+1 |
* | Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me. | mlaier | 2004-07-14 | 1 | -5/+5 |
* | Remove a stray backslash | brian | 2004-07-14 | 1 | -1/+1 |
* | Document the -E and -a options as being extensions. | tjr | 2004-07-14 | 1 | -2/+5 |
* | Update BUGS section to reflect current state of multibyte character support. | tjr | 2004-07-14 | 1 | -4/+11 |
* | Make the 'y' (translate) command aware of multibyte characters. | tjr | 2004-07-14 | 5 | -17/+145 |
* | Fix description of cmap_lookup_hard(). | tjr | 2004-07-14 | 1 | -1/+1 |
* | Remove unused member of struct csclass: csc_value. | tjr | 2004-07-14 | 1 | -1/+0 |
* | Splay the left and right subtrees on min - 1 and max + 1, respectively, | tjr | 2004-07-14 | 1 | -34/+20 |
* | Like on i386, eliminate pv_ptem (which was suggested by alc). This | peter | 2004-07-14 | 2 | -30/+58 |
* | Remove duplicate entry. | murray | 2004-07-14 | 1 | -1/+0 |
* | Remove fdc_alloc_resources, which should have happened in last commit. | imp | 2004-07-14 | 2 | -143/+2 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | alfred | 2004-07-14 | 2 | -3/+32 |
* | Fix the pccard attachment to have a chance of working. | imp | 2004-07-14 | 2 | -32/+214 |
* | Follow PnP location string change in acpi.c. | takawata | 2004-07-14 | 1 | -1/+1 |
* | do { } while(0) KNOTE macro, whitespace | alfred | 2004-07-14 | 1 | -2/+3 |
* | Additional pmap locking | alc | 2004-07-14 | 1 | -28/+49 |