summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add incorrect multibyte character handling to the already long listtjr2004-07-151-1/+3
* Use freopen() instead of a nasty hack.tjr2004-07-151-2/+1
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
* Ensure that suffix matches occur on character boundaries.tjr2004-07-151-4/+32
* Document line length and multibyte character limitations.tjr2004-07-151-1/+4
* Remove Walnut Creek CDROM script that Jordan wrote in the 90s.murray2004-07-152-44/+0
* Use err() instead of perror(), exit().tjr2004-07-151-1/+1
* Remove some serious foot-shooting potential from the release Makefile. Forjhb2004-07-151-3/+13
* Use warn() instead of perror().tjr2004-07-151-1/+1
* Add libthread_db assisted debugging support module.davidxu2004-07-151-0/+1095
* Use warn() instead of perror().tjr2004-07-152-4/+5
* Tidy up system shutdown.alfred2004-07-152-6/+24
* type prgregset_t really should be an array. this is odd, however, otherdavidxu2004-07-151-1/+1
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
* Add proc_service.h, the common file both debugger and libthread_db willdavidxu2004-07-152-1/+104
* Add my initial work of libthread_db. The library is used by gdb to debugdavidxu2004-07-159-0/+2030
* Clean up the output on reboot by keeping completion messages on the samenjl2004-07-151-2/+2
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notalc2004-07-151-2/+2
* Make the day/month ordering dependent on the current locale bykientzle2004-07-154-4/+17
* Style: rename 'mkdirpath' so it's clearer exactly what it does.kientzle2004-07-151-22/+27
* A module with no modevent function gets modevent_nop() as default.phk2004-07-141-1/+9
* Add a comment separator.njl2004-07-141-1/+1
* Add a HARDWARE section which lists supported devices. The actualsimon2004-07-145-58/+95
* Add a note indicating that the eh_prototype field used to constructrwatson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Noterwatson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.rwatson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list torwatson2004-07-141-1/+10
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listrwatson2004-07-141-1/+11
* Introduce a new mutex, ng_iface_mtx, to protect the global unit listrwatson2004-07-141-1/+12
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* In addition to the real user ID check, do an explicit jailcsjp2004-07-141-2/+3
* Correct bounds check in lapic_create().jhb2004-07-141-1/+1
* Unbreak LINT: device card no longer takes a count.des2004-07-141-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Add a reference to glabel(8).pjd2004-07-141-0/+1
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.mlaier2004-07-141-5/+5
* Remove a stray backslashbrian2004-07-141-1/+1
* Document the -E and -a options as being extensions.tjr2004-07-141-2/+5
* Update BUGS section to reflect current state of multibyte character support.tjr2004-07-141-4/+11
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-145-17/+145
* Fix description of cmap_lookup_hard().tjr2004-07-141-1/+1
* Remove unused member of struct csclass: csc_value.tjr2004-07-141-1/+0
* Splay the left and right subtrees on min - 1 and max + 1, respectively,tjr2004-07-141-34/+20
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Remove duplicate entry.murray2004-07-141-1/+0
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-142-143/+2
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.alfred2004-07-142-3/+32
* Fix the pccard attachment to have a chance of working.imp2004-07-142-32/+214
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
* do { } while(0) KNOTE macro, whitespacealfred2004-07-141-2/+3
OpenPOWER on IntegriCloud