summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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@
2006-05-27Don't leak memory if getcwd() was passed NULL and __getcwd() failsPedro Martelletto
Okay miod@ sturm@ deraadt@
2006-05-27Make libc's getcwd() use the new __getcwd() system callPedro Martelletto
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@
2006-05-26vpn.8 removal;Jason McIntyre
2006-05-26better words; mrd@alkemio.orgTheo de Raadt
2006-05-26let us not talk about ipsecadm and vpn anymore; ok reykTheo de Raadt
2006-05-19fix a !foo & bar.Thordur I. Bjornsson
ok miod@, tedu@, pedro@
2006-05-17Document recent sysctl additions.Gordon Willem Klok
ok jmc@, deraadt@
2006-05-15Adjust now that powerpc has PT_{GET|SET}FPREGS.Mark Kettenis
reminded by miod@
2006-05-15Handle empty terminal names more gracefully.Hugh Graham
Variously OK.
2006-05-14Fix the second malloc_ulimit regression: maintaining the free listOtto Moerbeek
requires memory; try to make sure we have it. If all fails, leak instead of crash. Test case originally found by cloder@, fix tested by many.
2006-05-14lint warns about some fishy type conversion.Marc Espie
Indeed, some ints can be silently shortened to unsigned short. Since those functions can return errors, do not convert spurious parameters to the wrong values, but return an error code instead. Tested for ill effects without any noticeable problems. okay millert@, otto@
2006-05-14Add a -hex option to 'rand' to output hexadecimal output.Matthieu Herrb
ok djm@ miod@, man page help from jmc@.
2006-05-12remove an 'is' from the comment to make the sentence correct.Felix Kronlage
ok jmc@, mbalmer@
2006-05-09The int (32bit) argument must be sign extended on the 64 bit amd64 beforeDale Rahn
the add. ok miod@, toby@. olrite mickey@
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-09typo from jan niemann; ok ottoJason McIntyre
2006-05-07Unbreak. Fix some of the lint warnings that mickey reintroduced.Mark Kettenis
ok miod@
2006-05-06Update to 2.0.0; keep our local changesAleksander Piotrowski
ok espie@, djm@
2006-05-05delint; ok millert@ ray@Otto Moerbeek
2006-05-05delint; ok millert@ beck@Otto Moerbeek
2006-05-05Convert do {} while loop -> while {} for clarity. No binary changeTodd C. Miller
on most architectures. From Oliver Smith. OK deraadt@ and henning@
2006-05-04backport checks for degenerate Diffie-Hellman public exponents fromDamien Miller
OpenSSL-0.9.8a, where they were added without a corresponding patch to 0.9.7 or an advisory! ok theo@ markus@
2006-04-29check mmap for failure. the helper functions using it return -1, butTed Unangst
callers do not yet check since printf() for example is not documented to return an error. some formatting cleanups. mostly ok deraadt millert
2006-04-29Add a few man pages, remove some old and fix MLINKSBjorn Sandell
2006-04-27detect page table dir size difference for normal and pae modesMichael Shalayeff
(4k vs 16k) and use proper physical address types and page table indexing.