summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller
2006-08-09correction from vasil dimov;Jason McIntyre
tweak whilst in here
2006-08-07- fix a sentenceJason McIntyre
- some indent
2006-08-05no point mentioning functions if we have nothing useful to sayJason McIntyre
about them; ok djm
2006-08-04Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsBob Beck
when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
2006-08-04clarification from kristaps johnson;Jason McIntyre
2006-08-03tweak;Jason McIntyre
2006-08-03EILSEQ is 84 not 83.Bob Beck
2006-08-03Document EILSEQ - forgotten by the wide character folks when they addedBob Beck
it to errno. ok deraadt@
2006-07-26wording/grammar tweaks;Jason McIntyre
2006-07-26better macros;Jason McIntyre
2006-07-26document `iv';Jason McIntyre
from eren elci; tweaked by djm ok djm
2006-07-25updates from nicholas marriott;Jason McIntyre
re-worded and ok djm
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
spotted by stevesk; ok otto
2006-07-18get rid of arc network support. we have no users of it so this is deadDavid Gwynne
code. however, it is still cluttering up the kernel namespace a bit. it is better gone. ok claudio@
2006-07-13Back out the anon change. Apparently it was tested by a few, but most ofTheo de Raadt
us did not see it or get a chance to test it before it was commited. It broke cvs, in the ami driver, making it not succeed at seeing it's devices.
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
By Steven G. Kargl <kargl at troutmask dot apl dot washington.edu> From FreeBSD
2006-07-09grammar tweak, on re-read;Jason McIntyre
2006-07-09- clean up the SOCK_RAW textJason McIntyre
- remove the SOCK_RDM text; suggested by krw - Xr inet(4) and inet6(4)
2006-07-04fix prototype of wcstombs; from TAKAHASHI TamotsuOtto Moerbeek
2006-07-04allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemioOtto Moerbeek
dot org>; ok djm@ deraadt@
2006-06-27crank shlib_versionDamien Miller
2006-06-27resolve conflictsDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff
this results in lesse kva waste due to static preallocation of those for every phys page and also every swap page. tested by beck krw miod
2006-06-20Mention that only the superuser may adjust the frequency. Like inRay Lai
adjtime(2), but less wordy. OK otto@, jmc@.
2006-06-19Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernelMiod Vallat
crash dumps. ok kettenis@
2006-06-14.Xr adjfreq and ntpdOtto Moerbeek
2006-06-14Introducing adjfreq(2), to adjust the clock frequency.Otto Moerbeek
Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@
2006-06-12Use the non-generic SEGSHIFT value in the 020/030 specific codepath.Miod Vallat
2006-06-12add class 1 and class 3 root certificates from CAcert.org. ok beck@Jakob Schlyter
2006-06-09proper type and ptdsize checks; had it for three weeks now... sighMichael Shalayeff
2006-06-08potential fd leak (we will fix this before we move to cloning)Theo de Raadt
2006-06-07remove expired certificates. ok beck@Jakob Schlyter
2006-06-07update a couple of existing CAs that has been changed. ok beck@Jakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-07back out last patch due to updated committed prematurelyJakob Schlyter
2006-06-07reformat using 'openssl x509 -text -fingerprint -sha1' and sort byJakob Schlyter
'openssl x509 -hash'. ok beck@
2006-06-06Fix 'double by a factor of two' and make cache options a bit morePedro Martelletto
descriptive while at it, input and okay jmc@
2006-06-06System build pieces for armish arch.Dale Rahn
2006-06-04Add a CAVEATS section: other systems might have more restrictive adjtime(2).Otto Moerbeek
With help from jmc@; ok deraadt@ jmc@
2006-06-04Allow any user to request the current adjustment; ok henning@ deraadt@Otto Moerbeek
2006-06-02document NFS_NIOTHREADS, with some pointers from mickey;Jason McIntyre
2006-05-30Bump minimum stack size; current setting causes hangs or illegalOtto Moerbeek
instructions once every few runs. Problem noted by Botond Botyanszki. ok marc@
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
requested by deraadt@
2006-05-28Add support for NFS mounts to be from non-reserved ports:Anil Madhavapeddy
- new sysctl vfs.nfs.privport to require NFS mount requests to be on reserved ports when set to 1 (the default). - mountd now automatically sets the sysctl depending on the -n flag. - add mountd_flags to rc.conf to enable the -n flag at boot. deraadt@ ok
2006-05-28VFS_GENERIC returns VFS info, not VM infoPedro Martelletto
2006-05-27Document net.inet6.ip6.mforwardingClaudio Jeker
2006-05-27System calls return -1 upon failure, so check for -1Pedro Martelletto
Pointed out by deraadt@