summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test programs for mbsnrtowcs() and wcsnrtombs().Tim J. Robbins2004-07-213-0/+386
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfaceTim J. Robbins2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-2115-165/+321
* Add /etc/ntp to hold keys for ntpd.Ollivier Robert2004-07-211-0/+2
* 'atmconfig natm show' shows all currently configured PVCs for IP over ATM,Hartmut Brandt2004-07-211-1/+1
* Add special lines for 'help commands'.Hartmut Brandt2004-07-211-4/+7
* Allow more than one help file. There is a restriction thatHartmut Brandt2004-07-211-74/+289
* Allow the help file path and name to be overwritten by cc -D...Hartmut Brandt2004-07-212-1/+9
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins2004-07-211-8/+25
* put several of the options for DEBUG_VFS_LOCKS under control of sysctls.Alfred Perlstein2004-07-211-0/+14
* Make sure we don't call mbuf allocation functions with mutexes held.Alfred Perlstein2004-07-213-0/+28
* Additional pmap lockingAlan Cox2004-07-211-22/+46
* My bad: /dev/sa0, no 'r'Tim Kientzle2004-07-211-1/+1
* Oops... Add the CS_OWN flag to the trace and where commands so thatMarcel Moolenaar2004-07-211-2/+2
* Semi-gratuitous change. Move two refcount operations to their own linesPeter Wemm2004-07-211-2/+4
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-219-88/+45
* Add kdb_thr_from_pid(), which given a PID returns the first threadMarcel Moolenaar2004-07-212-2/+17
* Add some additional pmap locking and lock assertions.Alan Cox2004-07-211-0/+5
* Make this test compile again and remove its dependency on sys/pipe.h.Mike Silbersack2004-07-211-1/+2
* An a #error discouraging people from using pipe.h from places outsideMike Silbersack2004-07-211-4/+1
* Slide pipe.h include after the _KERNEL define in preparation for disallowingMike Silbersack2004-07-211-1/+1
* Move the initialization and teardown of pmaps to the vmspace zone'sPeter Wemm2004-07-211-3/+2
* Implement ptrace_set_pc().Olivier Houchard2004-07-201-0/+9
* Remove astpending, it has not been used for a long time.Olivier Houchard2004-07-201-1/+0
* Uncomment the vector relocation code.Olivier Houchard2004-07-201-4/+2
* Nuke disable_intr() and enable_intr(), as it already exists elsewhere.Olivier Houchard2004-07-203-10/+3
* When removing the last reference to a cloner, do not try to unlock twice -Max Laier2004-07-201-2/+3
* M_PREPEND() the IP header on to the front of an outgoing raw IP packetRobert Watson2004-07-201-1/+1
* *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_.Bill Paul2004-07-201-0/+6
* Back out previous commit. Even though statfs(2) can take a regularChristian S.J. Peron2004-07-201-0/+4
* Remove reference to ENOTDIR in the documented errorsChristian S.J. Peron2004-07-201-4/+0
* Currently if a mount point is not accessible by the calling user,Christian S.J. Peron2004-07-202-6/+18
* Slight cosmetic changes.Julian Elischer2004-07-2012-47/+64
* The natm sub-command was missing in the TOC of the helpfile.Hartmut Brandt2004-07-201-0/+1
* Remove reference to fla driver.Poul-Henning Kamp2004-07-202-2/+0
* Forced to commit to add:Ollivier Robert2004-07-200-0/+0
* Remove an extra '}'.Ollivier Robert2004-07-201-1/+0
* Add missing Makefile from previous commit.Ollivier Robert2004-07-201-0/+15
* Update our ntpd to the long awaited 4.2.0 version.Ollivier Robert2004-07-2014-290/+248
* Update information on build/import.Ollivier Robert2004-07-201-11/+14
* Merge conflicts.Ollivier Robert2004-07-20104-23620/+0
* Merge conflicts (see also previous commit).Ollivier Robert2004-07-201-148/+170
* Revert this file to the vendor version, we don't need to have our ownOllivier Robert2004-07-201-1072/+1489
* This commit was generated by cvs2svn to compensate for changes in r132451,Ollivier Robert2004-07-20378-16291/+95416
|\
| * Virgin import of ntpd 4.2.0Ollivier Robert2004-07-20380-17509/+97074
* | In ng_device_newhook():Gleb Smirnoff2004-07-201-38/+38
* | Add ng_device(4) to LINT.Gleb Smirnoff2004-07-202-0/+2
* | 1. Make ng_device.h system include. This fixes module build.Gleb Smirnoff2004-07-201-10/+8
* | Temporary fix for interoperability with Windows and OS X. A more completeDoug Rabson2004-07-201-1/+1
* | Fix typos.Lukas Ertl2004-07-201-3/+3