summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print the OS name in the right place in the document title.ru2002-10-093-0/+3
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* MFV:ru2002-10-091-7/+16
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-093-2/+31
* Don't kill itself in --fast-read mode if there is no decompressor started.sobomax2002-10-091-1/+1
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-1/+3
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenphk2002-10-092-4/+7
* Add a field for tallying the number of spawned bio's a bio has.phk2002-10-091-5/+6
* Update documentation for kldload(8)'s ability to load multiple modules.jmallett2002-10-092-4/+6
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-7/+135
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-0915-771/+340
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-0915-513/+769
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isjmallett2002-10-0926-26/+26
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-094-3/+4
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* As back-out requests must be followed, back out the removal of wargames(6)jmallett2002-10-094-0/+106
* Add note that there is a kernel-imposed limit on the number of threadsarchie2002-10-081-0/+7
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().jeff2002-10-081-1/+1
* Remove the wargames(6) novelty [and not the fun kind]:jmallett2002-10-084-106/+0
* We're missing none of these games, they just aren't here.jmallett2002-10-081-1/+0
OpenPOWER on IntegriCloud