summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Please all welcome the long-awaited upgrade from our ancient xntpd 3.4froberto1999-12-091-0/+35
| | | | | | | | | | | | | | | | | | | to a brand new and shiny ntpd 4.0.98f. I got tired of waiting for 4.1.0 and there is the feature freeze deadline so here it is. This is the contrib/ part of the upgrade. The Makefile glue will be added very soon in usr.sbin. It builds and runs on both i386 and alpha (Thanks Peter!). The bad news is that manpages no longer exist, everything is in HTML. I'll commit the text version of each HTML file in /usr/share/doc/ntp soon to have at least the help files w/o needing to get the entire contrib/ntp tree. I'll commit FREEBSD-Xlist as soon as I can skip over $FreeBSD$ checks... Reviewed by: peter, obrien Pushed by: phk
* This commit was generated by cvs2svn to compensate for changes in r54359,roberto1999-12-09483-0/+150243
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of ntpd 4.0.98froberto1999-12-09483-0/+150243
|
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-092-10/+8
| | | | Submitted by: yokota
* Sync with sys/i386/isa/wd.c rev 1.216.kato1999-12-091-11/+19
|
* Merge from sys/i386/conf/options.i386 rev 1.128.kato1999-12-092-0/+6
|
* Merge from sys/i386/conf/files.i386 rev 1.284.kato1999-12-092-0/+64
|
* o Add usr/lib/compat/aout to the temp world. This is needed by release.marcel1999-12-091-2/+2
| | | | | o If you can't beat them, join them: use symlinks to populate the obj tree. This avoids using mtree.
* Revert previous commit.marcel1999-12-092-27/+74
| | | | Requested by: bde
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-095-20/+5
| | | | | | (It was added as a part of KAME patch) Specified by: jdp@polstra.com
* Remove discussion of %C in the BUGS section. The limitations on validsheldonh1999-12-091-4/+0
| | | | | centuries are much more serious than those mentioned and this is not the place to discuss the limitations of time_t.
* Merge _isa and _isasubr since only one function remained in _isasubrimp1999-12-094-263/+158
| | | | | | Saticize _isa.c Kill compile warnings for _isa.c Remove obsolete comment from i82365.c
* Update man page: BPF is supported even in the KLD version.archie1999-12-093-3/+3
|
* Fix 'make clean'archie1999-12-091-0/+2
|
* Fix errors unmounting remote systems which don't understand RPC_UMNTALL.grog1999-12-082-6/+10
| | | | Submitted by: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
* Make share/examples/mdoc and share/misc/mdoc.template internallympp1999-12-084-44/+60
| | | | | | consistent, and consistent with mdoc(7) and mdoc.samples(7). PR: doc/15352, doc/15353
* Add /boot.dcs1999-12-081-0/+8
|
* Update mdoc(7) and mdoc.samples(7) to list the preferred ordermpp1999-12-082-4/+8
| | | | | | | | | | | | | | of manual page sections. Make the two man pages consistent with each other in the headers they list and they order they list them in. Note: this is the preferred ordering. All new man pages/additions to man pages should try and follow this. Existing man pages should be left alone, unless you are making major changes in the man page and re-ordering of the sections is only a minor part of the change. PR: doc/15352, doc/15353
* sys/dkbad.h is no more.phk1999-12-081-1/+0
|
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-0812-1/+1242
| | | | for the PPTP protocol as specified in RFC 2637.
* Include net/slcompress.c in the build of this module.archie1999-12-084-37/+27
|
* Version 1.16 was a bad change, so revert it.imp1999-12-081-16/+3
|
* Oops! bypassing Makefile.inc0 without adding a `world' target is notmarcel1999-12-081-2/+37
| | | | | a good idea. Adding `world' to Makefile is save, because all hairy bits are in Makefile.inc1 anyway.
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-0815-237/+381
| | | | | | | | | | | | | | | | | background ] Rename sys/pci/pci_ioctl.h to sys/sys/pciio.h to make it easier for userland programs to use this interface. Reformat the file, and add a BSD-style copyright to it. Add a new man page for pci(4). The PCIOCGETCONF, PCIOCREAD, and PCIOCWRITE ioctls are documented, but the PCIOCATTACHED ioctl is not documented because it is not implemented. Change includes of <pci/pci_ioctl.h> to <sys/pciio.h> or remove them altogether. In many cases, pci_ioctl.h was unused. Reviewed by: steve
* Add opt_svr4.h to SRCS. This fixes make depend.marcel1999-12-081-1/+1
|
* Add maintainer tag, and add a description of a few more things we'vepeter1999-12-081-0/+11
| | | | added/changed locally for FreeBSD.
* Add maintainer tagspeter1999-12-088-0/+16
|
* Revert rev 1.8.obrien1999-12-082-129/+0
| | | | NOT Approved by: obrien
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.sheldonh1999-12-082-12/+85
| | | | | | | | Discuss in the BUGS section of the manpage, problems involved with the use of %C, %e, %l, %p, %U and %W. PR: 13901 Reported by: scott@chronis.pobox.com
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
| | | | | | | | | | | | There seems to be some problem with the new rgb_vbi_prog() RISC code not working for NTSC users. This means that European teletext users will need to start Alevt (or open /dev/vbi0) BEFORE starting FXTV (or opening /dev/bktr0) if they want to capture VBI data for Teletext/Videotext or WaveTop Reported by: Chris Csanady <cc@137.org>, Kenneth D. Merry <ken@kdm.org>, Randy Bush <randy@psg.com>
* Maintain compatibility with FreeBSD versions that don't have mkstempsmarcel1999-12-082-0/+129
|
* Remove support for symlinks instead of copies. This also avoidsmarcel1999-12-082-74/+27
| | | | using mtree. Space is being saved by other means.
* Restore the upgrade path from -stable to -current and prepare formarcel1999-12-082-608/+93
| | | | | | | | | non-root cross-building. o Makefile.inc0 is not used anymore. o The legacy aout build has been removed. o Selectively build tools *before* building includes/libraries. o Avoid using mtree to populate the obj tree.
* install(1) lookalike that can be used during a build. Any optionsmarcel1999-12-081-0/+42
| | | | | | | | are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools.
* Add note about `mountd -r'phantom1999-12-081-0/+5
| | | | | PR: docs/15067 Submitted by: Nick Hibma <hibma@skylink.it>
* Add support for compiling SVR4 as a static modulenewton1999-12-084-0/+70
| | | | | | ("AND THE CROWD GOES... uh.") Tested by: Joerg Wunsch <joerg_wunsch@interface-business.de>
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-084-4/+4
|
* Remove unnecessary includesnewton1999-12-0823-148/+38
| | | | Prodded by: phk
* Make this buildable with MROUTING defined.shin1999-12-081-1/+1
| | | | Specified by: eivind, phk
* Forced commit for correct version ID on files dependent onnewton1999-12-080-0/+0
| | | | | | syscalls.master Noticed by: marcel
* Make this actually build with current sources.dfr1999-12-081-1/+1
|
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forsheldonh1999-12-081-1/+1
| | | | "12:00" and because strftime(3) does the same.
* SVR4 emulator source files now take their compilation options fromnewton1999-12-0817-15/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | opt_global.h and opt_svr4.h, instead of from the command line. This brings them in-line with most of the rest of the kernel. svr4_ioctl.c has also failed to compile with debugging for a while now; fixed by adding systm.h and socketvar. Some svr4 source files are automatically generated from syscalls.master; these have been committed as consequential changes, otherwise everyone will have to "make svr4_sysent.c". Changes: sys/svr4/svr4.h include opt_global.h and opt_svr4.h sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h sys/svr4/svr4_ipc.c include svr4.h sys/svr4/svr4_resource.c include svr4.h sys/svr4/svr4_socket.c include svr4.h sys/svr4/svr4_ttold.c include svr4.h sys/svr4/syscalls.master include svr4.h sys/svr4/svr4_syscallnames.c dependent on syscalls.master sys/svr4/svr4_sysent.c dependent on syscalls.master sys/svr4/svr4_syscall.h dependent on syscalls.master sys/svr4/svr4_proto.h dependent on syscalls.master sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousphk1999-12-082-4/+22
| | | | uptime.
* Scan cdevs for potential root devices, rather than bdevs.phk1999-12-082-12/+14
|
* Remove sysinstall knowledge of the wd based devices..sos1999-12-083-18/+0
|
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-0823-1091/+20
|
* Finally use the new ata driver.sos1999-12-083-61/+28
|
* Remove unused #includes.phk1999-12-0819-29/+0
| | | | Obtained from: http://bogon.freebsd.dk/include
* Switch to using suspend/resume methods rather than the APM hooks.imp1999-12-083-112/+65
| | | | | | | | | | | | | Should have no effect, but does make things a little cleaner. I thought this was the race that was causing problems, but it turned out to be in pccardd waking up after the empty/insert events had happened and being confused. Minor cleanup: o Remove isahd from pccard_devinfo o remove extra from controller o formatting nits o use PCCARD_DEVINFO(d) rather than a bare device_get_ivars(d)
OpenPOWER on IntegriCloud