aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-132-28/+6
* Make the tests work. libmp and libgmp must be installed for thisMark Murray1995-11-132-2/+68
* Build the TeXinfo manualMark Murray1995-11-131-0/+7
* 1) Add the doc/subdirectory - this will get gmp.texi installedMark Murray1995-11-131-21/+2
* Correctly spell Phnom Penh for tzsetup.Garrett Wollman1995-11-131-1/+1
* Try to make my new scheme work more along the lines of the manual.Poul-Henning Kamp1995-11-131-48/+67
* Fixed up a comment and removed some #if 0'd code.David Greenman1995-11-131-8/+2
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualDavid Greenman1995-11-131-19/+7
* Added bogus casts to avoid compiler warnings.Bruce Evans1995-11-131-2/+3
* Fixed parentheses in macros.Bruce Evans1995-11-131-4/+4
* Replaced nosys() by lkm_nullcmd().Bruce Evans1995-11-132-3/+3
* Fixed the type of yet another timeout function.Bruce Evans1995-11-131-7/+8
* Update the FAQ.Ollivier Robert1995-11-131-2/+10
* Fixed a cast in olseek().Bruce Evans1995-11-132-6/+6
* Fixed the type of a function pointer in struct execsw.Bruce Evans1995-11-131-2/+4
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statBruce Evans1995-11-1324-54/+69
* Add Peter Wemm to core team.Jordan K. Hubbard1995-11-131-1/+2
* More helpful error messages.Jordan K. Hubbard1995-11-124-18/+24
* Put HTML files into data/ instead of htdocs/Jordan K. Hubbard1995-11-121-4/+4
* The entire sysctl callback to read/write version. I havn't tested this asPoul-Henning Kamp1995-11-127-136/+201
* Removed reference to missing libmp in a comment. We have GNU MP now.Mark Murray1995-11-121-1/+1
* Removed reference to missing mp.h in comment. We have GNU MP now.Mark Murray1995-11-121-2/+1
* Move the setlogin() call a little earlier.. It was being done in the childPeter Wemm1995-11-121-4/+5
* Add /dev/random hooks to the key input routines for pcvt. This allowsMark Murray1995-11-122-1/+12
* Add libmpMark Murray1995-11-121-2/+2
* BMake the multiprecision library, and fix as many of the -Wall warningsMark Murray1995-11-124-278/+376
* GNU MP (Multiprecision) library. This is needed by secure RPC (beingMark Murray1995-11-12131-0/+16601
* Some additional cosmetic tweaks.Jordan K. Hubbard1995-11-121-3/+2
* Initialize ld.so.hints if necessary.Jordan K. Hubbard1995-11-122-2/+10
* Brought in the setattr call support from Lite-2 so that more correct errorDavid Greenman1995-11-122-6/+76
* Fix isoilk hang caused by not checking for read-onlyness in several places.David Greenman1995-11-124-6/+38
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().David Greenman1995-11-121-2/+2
* Bring Jordan's 2.1 dependancy fixes into current.Mark Murray1995-11-124-8/+8
* Make editor start on right screen for anonFTP setup.Jordan K. Hubbard1995-11-123-6/+18
* Oops, forgot the following log message in the previous commit:Bruce Evans1995-11-122-2/+2
* Restored the (buggy) historical behaviour of getdomainname().Bruce Evans1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-1221-20/+411
* Reviewed by:Bruce Evans1995-11-122-2/+8
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-125-106/+117
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsBruce Evans1995-11-121-9/+10
* Updated machine-generated files.Bruce Evans1995-11-125-14/+14
* Fixed the args list for mount(). We're not ready for the BSD4.4lite2/Bruce Evans1995-11-121-10/+35
* Add verbosity to add in tracking a mystery sig-11 with this..Jordan K. Hubbard1995-11-112-118/+86
* Fix some missing parameters to the anon ftp setup area.Jordan K. Hubbard1995-11-112-10/+10
* Various cosmetic tweaks.Jordan K. Hubbard1995-11-112-10/+10
* Write a quick help screen for this. Coranth seems to have an aversionJordan K. Hubbard1995-11-112-0/+38
* Fixed the type of readv(). An args struct member name conflicted with theBruce Evans1995-11-111-5/+5
* Fixed type of setsid(). It used used the bogus `getsid_args'.Bruce Evans1995-11-111-3/+3
* Fixed type of obreak(). The args struct member name conflicted withBruce Evans1995-11-111-3/+3
* Removed unreachable code.Bruce Evans1995-11-111-6/+5