summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-286-112/+3
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-27/+2
* Assume __STDC__, remove non-__STDC__ code. ...alfred2002-05-282-24/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-11/+3
* This code defined a private __P, nuke it.alfred2002-05-288-87/+59
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2814-97/+17
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-28129-141/+282
* MFS: two more testcases highlighting recently discovered problem with versionsobomax2002-05-281-0/+2
* Remove references to the update/noupdate flag from the descriptioniedowse2002-05-281-4/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-28141-1502/+5
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2856-610/+42
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-8/+2
* This commit was generated by cvs2svn to compensate for changes in r97403,obrien2002-05-28456-1842/+144110
|\
| * Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoobrien2002-05-28456-1842/+144110
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn2002-05-172-0/+490
* | Fixed some style bugs in recent commits.bde2002-05-281-6/+6
* | Add some checks to prevent NULL dereferences.des2002-05-281-3/+6
* | Remove a duplicated vfs_freeopts() that I introduced in lastmux2002-05-282-4/+2
* | The stack is not at the top of the user struct.benno2002-05-282-6/+0
* | Remove an assertion as to whether the current thread already had the FPU orbenno2002-05-282-4/+0
* | - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-285-12/+15
* | Fixed lossage of the prototype for usage() in previous commit.bde2002-05-281-3/+5
* | Remove the old prototype for kcopy. It's in cpu.h now.benno2002-05-282-2/+0
* | Add a History section. comm(1) appeared in V4.tjr2002-05-281-0/+5
* | No need to handle '-' explicitly in getopt() loop.tjr2002-05-281-5/+2
* | Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-286-0/+413
* | MFS r1.1.2.18 - Include vim6 rather than vim5 on disc #1.murray2002-05-281-1/+1
* | Update for current /usr/src.ru2002-05-281-1/+1
* | Document the ENABLE_SUID_NEWGRP variable.tjr2002-05-282-0/+12
* | Implement pmap_copy and pmap_copy_page.benno2002-05-283-9/+39
* | Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-285-60/+61
* | Fixed the world breakage caused by my last commit.ru2002-05-281-5/+1
* | Actually accept the default argument to SCREEN_WIDTH.dougb2002-05-281-0/+3
* | Add NAI copyright.des2002-05-282-0/+16
* | If unable to retrive maxfiles / openfiles, fail rather than print garbage.des2002-05-281-33/+21
* | Drive-by whitespace cleanup & add NAI copyrightdes2002-05-281-2/+9
* | Drive-by whitespace cleanup.des2002-05-281-13/+13
* | Remove the code that was disabled in a recent commit; it is of very limiteddes2002-05-282-101/+56
* | Write "FROM" heading above the hostname column, like NetBSD and GNU do.tjr2002-05-281-0/+1
* | Back out part of previous commit; the dev_t union trick is still useful indes2002-05-281-1/+6
* | Add uuidgen(2) and uuidgen(1).marcel2002-05-2817-8/+774
* | Quiet some format string warnings by marking prototypes withkris2002-05-283-6/+5
* | Remove, with extreme prejudice, the notion that /tmp best needs to be aasmodai2002-05-281-5/+1
* | Add syscall uuidgen() for generating Univerally Unique Identifiersmarcel2002-05-281-0/+1
* | Oops, don't print /dev/ twice.des2002-05-281-1/+1
* | struct tty -> struct xtty. Reenable some previously disable code, butdes2002-05-281-35/+43
* | Introduce struct xtty, used when exporting tty information to userland.des2002-05-282-11/+59
* | Hook newgrp(1) up to the build.tjr2002-05-281-0/+1
* | Add the newgrp(1) utility, which changes groups. This is required bytjr2002-05-283-0/+411
OpenPOWER on IntegriCloud