| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 56 | -610/+42 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -8/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r97403, | obrien | 2002-05-28 | 456 | -1842/+144110 |
|\ |
|
| * | Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repo | obrien | 2002-05-28 | 456 | -1842/+144110 |
| * | This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'. | cvs2svn | 2002-05-17 | 2 | -0/+490 |
* | | Fixed some style bugs in recent commits. | bde | 2002-05-28 | 1 | -6/+6 |
* | | Add some checks to prevent NULL dereferences. | des | 2002-05-28 | 1 | -3/+6 |
* | | Remove a duplicated vfs_freeopts() that I introduced in last | mux | 2002-05-28 | 2 | -4/+2 |
* | | The stack is not at the top of the user struct. | benno | 2002-05-28 | 2 | -6/+0 |
* | | Remove an assertion as to whether the current thread already had the FPU or | benno | 2002-05-28 | 2 | -4/+0 |
* | | - Move macros that represent where syscall args are kept in a trapframe from | benno | 2002-05-28 | 5 | -12/+15 |
* | | Fixed lossage of the prototype for usage() in previous commit. | bde | 2002-05-28 | 1 | -3/+5 |
* | | Remove the old prototype for kcopy. It's in cpu.h now. | benno | 2002-05-28 | 2 | -2/+0 |
* | | Add a History section. comm(1) appeared in V4. | tjr | 2002-05-28 | 1 | -0/+5 |
* | | No need to handle '-' explicitly in getopt() loop. | tjr | 2002-05-28 | 1 | -5/+2 |
* | | Add support to GEOM for GUID Partition Tables (GPTs). The support | marcel | 2002-05-28 | 6 | -0/+413 |
* | | MFS r1.1.2.18 - Include vim6 rather than vim5 on disc #1. | murray | 2002-05-28 | 1 | -1/+1 |
* | | Update for current /usr/src. | ru | 2002-05-28 | 1 | -1/+1 |
* | | Document the ENABLE_SUID_NEWGRP variable. | tjr | 2002-05-28 | 2 | -0/+12 |
* | | Implement pmap_copy and pmap_copy_page. | benno | 2002-05-28 | 3 | -9/+39 |
* | | Move the kcopy() function from trap.c to machdep.c. Add a prototype. | benno | 2002-05-28 | 5 | -60/+61 |
* | | Fixed the world breakage caused by my last commit. | ru | 2002-05-28 | 1 | -5/+1 |
* | | Actually accept the default argument to SCREEN_WIDTH. | dougb | 2002-05-28 | 1 | -0/+3 |
* | | Add NAI copyright. | des | 2002-05-28 | 2 | -0/+16 |
* | | If unable to retrive maxfiles / openfiles, fail rather than print garbage. | des | 2002-05-28 | 1 | -33/+21 |
* | | Drive-by whitespace cleanup & add NAI copyright | des | 2002-05-28 | 1 | -2/+9 |
* | | Drive-by whitespace cleanup. | des | 2002-05-28 | 1 | -13/+13 |
* | | Remove the code that was disabled in a recent commit; it is of very limited | des | 2002-05-28 | 2 | -101/+56 |
* | | Write "FROM" heading above the hostname column, like NetBSD and GNU do. | tjr | 2002-05-28 | 1 | -0/+1 |
* | | Back out part of previous commit; the dev_t union trick is still useful in | des | 2002-05-28 | 1 | -1/+6 |
* | | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 17 | -8/+774 |
* | | Quiet some format string warnings by marking prototypes with | kris | 2002-05-28 | 3 | -6/+5 |
* | | Remove, with extreme prejudice, the notion that /tmp best needs to be a | asmodai | 2002-05-28 | 1 | -5/+1 |
* | | Add syscall uuidgen() for generating Univerally Unique Identifiers | marcel | 2002-05-28 | 1 | -0/+1 |
* | | Oops, don't print /dev/ twice. | des | 2002-05-28 | 1 | -1/+1 |
* | | struct tty -> struct xtty. Reenable some previously disable code, but | des | 2002-05-28 | 1 | -35/+43 |
* | | Introduce struct xtty, used when exporting tty information to userland. | des | 2002-05-28 | 2 | -11/+59 |
* | | Hook newgrp(1) up to the build. | tjr | 2002-05-28 | 1 | -0/+1 |
* | | Add the newgrp(1) utility, which changes groups. This is required by | tjr | 2002-05-28 | 3 | -0/+411 |
* | | Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with an | mike | 2002-05-28 | 1 | -6/+6 |
* | | Typo fix: s/IPSec/IPsec/g | bmah | 2002-05-28 | 2 | -6/+6 |
* | | Coerce pid_t to long rather than int for better portability. | brian | 2002-05-27 | 4 | -17/+17 |
* | | o Remove unused #defines. | alc | 2002-05-27 | 1 | -9/+0 |
* | | The ports collection now contains over 7000 applications and consumes | murray | 2002-05-27 | 1 | -2/+2 |
* | | Correct a check for NUL. | robert | 2002-05-27 | 1 | -1/+1 |
* | | I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checked | obrien | 2002-05-27 | 1 | -1/+1 |
* | | Re-enable running of makewhatis(1). | ru | 2002-05-27 | 1 | -4/+1 |
* | | Bootstrap makewhatis(1). | ru | 2002-05-27 | 1 | -2/+6 |
* | | As far as I can tell, the maximum packet size for 802.11b is 2346, | dwmalone | 2002-05-27 | 1 | -2/+2 |
* | | Remove a stray "t" in the usage message. | dwmalone | 2002-05-27 | 1 | -1/+1 |