summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge FreeBSD modifications into gcc 3.2.1-prerelease:kan2002-10-101-19/+4
* | This commit was generated by cvs2svn to compensate for changes in r104758,kan2002-10-105-4/+8
|\ \
| * | Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ...kan2002-10-105-4/+8
* | | This commit was generated by cvs2svn to compensate for changes in r104756,kan2002-10-102-1/+5
|\ \ \ | |/ /
| * | Gcc 3.2.1-prerelease Objective C support bits from the FSF anoncvs repo gcc-3...kan2002-10-102-1/+5
* | | This commit was generated by cvs2svn to compensate for changes in r104754,kan2002-10-1010-56/+176
|\ \ \ | |/ /
| * | Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo gcc-3_2-branc...kan2002-10-1010-56/+176
* | | This commit was generated by cvs2svn to compensate for changes in r104752,kan2002-10-1040-721/+1233
|\ \ \ | |/ /
| * | Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on October 9th ...kan2002-10-1052-934/+1715
* | | Add cross-references to wide character versions of these functions.tjr2002-10-103-3/+6
* | | Cross-reference between byte and wide-character stdio functions. Removetjr2002-10-107-13/+13
* | | Regen from syntax fix to syscalls.master.rwatson2002-10-103-3/+3
* | | Regen from syntax fix to syscalls.master.rwatson2002-10-102-2/+2
* | | Fix what looks like a merge-o from a conflict in the last commit torwatson2002-10-101-9/+4
* | | geom_mbr.c and geom_bsd.c would be kinda useful here too, at leastpeter2002-10-101-0/+2
* | | When verifying a superblock, the lower bound on block size is MINBSIZEmckusick2002-10-101-1/+1
* | | de-__P()alfred2002-10-1019-292/+273
* | | Explore new heights in alphabetization for _file and _fd variations onrwatson2002-10-102-120/+120
* | | de-__P()alfred2002-10-093-4/+3
* | | re-regen. Sigh.peter2002-10-099-21/+21
* | | Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-093-3/+3
* | | regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-099-36/+162
* | | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-096-6/+75
* | | Add brief mention of the extattr_*_link() system call variants.rwatson2002-10-091-0/+16
* | | Try and patch up some tab-to-space spammage.peter2002-10-093-57/+57
* | | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-093-0/+66
* | | Add a pointer to the alternate syscall tables on 64 bit platforms.peter2002-10-091-0/+8
* | | Prototypes for new link extended attribute calls. Sync to MAC tree.rwatson2002-10-091-0/+6
* | | Implement extattr_{delete,get,set}_link() system calls: extended attributerwatson2002-10-092-0/+180
* | | Regen.rwatson2002-10-095-12/+40
* | | Flesh out the extattr_{delete,get,set}_link() system calls: variationsrwatson2002-10-091-3/+8
* | | Change x_fmt to %Y-%m-%dache2002-10-091-1/+1
* | | Last commit was slightly hasty: #include <string.h> is required onfanf2002-10-091-0/+1
* | | Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-093-11/+11
* | | Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* | | Kill obsolete #include <memory.h> which I didn't spot earlier becausefanf2002-10-091-1/+0
* | | <machine/atomic.h> requires <sys/types.h>.ru2002-10-092-2/+1
* | | Mdocify and fix a load of errors dating back to the dawn of time.fanf2002-10-091-58/+65
* | | Factorize bignums using the Pollard Rho algorithm. The code comesfanf2002-10-092-22/+197
* | | Use __packed.jhb2002-10-091-5/+5
* | | Style fixes to: #include ordering; use const and static; ANSI functions;fanf2002-10-095-70/+60
* | | - Move p_cpulimit to struct proc from struct plimit and protect it withjhb2002-10-096-17/+11
* | | Remove 'at' hints for npx and apm as both drivers have identify routinesjhb2002-10-092-8/+0
* | | Fix build of 64 bit platforms.mux2002-10-091-2/+3
* | | Move the ed, fe, CD9660, MSDOSFS and NFSCLIENT into mfsroot floppy insteadnyan2002-10-091-5/+10
* | | - Remove the splash, ppc, ppbus, plip and em devices from small boot floppy.nyan2002-10-091-3/+8
* | | Fix build on alpha. It used to case an int to a pointer in order to dopeter2002-10-091-1/+2
* | | Add definitions for the new international monetary formatting struct lconvtjr2002-10-091-0/+12
* | | Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-095-4/+82
* | | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
OpenPOWER on IntegriCloud