aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Makefile so it works.Daniel O'Callaghan1999-01-162-8/+10
| | | | | | | | Change date format to yyyy/mm/dd hh:mm:ss Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=42714
* Replace duplicated "old" linker set definitions with an include ofJohn Polstra1999-01-161-52/+2
| | | | | | | <sys/linker_set.h>. Note, this isn't used on the i386. Notes: svn path=/head/; revision=42713
* y2k nit: print 4 digit years correctly.Daniel O'Callaghan1999-01-161-3/+6
| | | | | | | | PR: 9506 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=42711
* Don't let bugs in ide_pci.c break wdprobe(), at least for standardBruce Evans1999-01-161-25/+10
| | | | | | | | | | | | | | IDE hardare. The attempted fix in rev.1.182 was a no-op except for adding dozens of style bugs. The undocumented options ALI_V and DISABLE_PCI_IDE go away as a side effect. ALI_V was a no-op because rev.1.182 was a no-op. DISABLE_PCI_IDE didn't actually disable PCI IDE. It disabled the buggy code in wdprobe() at a cost of completely breaking support for Promise controllers. Broken in: rev.1.139 Notes: svn path=/head/; revision=42710
* Fix breakage in rev 1.19; the second argument to ide_pci_candma is aMike Smith1999-01-161-4/+4
| | | | | | | controller number, not a unit number. Make this clear. Notes: svn path=/head/; revision=42709
* Add two missing break statements.Justin T. Gibbs1999-01-151-1/+3
| | | | Notes: svn path=/head/; revision=42708
* Oops, add the NMBCLUSTERS initialiser for the Alpha as well.Mike Smith1999-01-151-1/+7
| | | | Notes: svn path=/head/; revision=42707
* Add getenv_int(), specifically for retrieving integer values from kernelMike Smith1999-01-152-2/+22
| | | | | | | | environment variables. This makes it easy to pass tuning parameters in from the bootloader. Notes: svn path=/head/; revision=42706
* Fetch an overide for NMBCLUSTERS from the kernel environment. Never allowMike Smith1999-01-152-2/+14
| | | | | | | the value to be reduced below that defined when the kernel was built. Notes: svn path=/head/; revision=42705
* Misspelt Eighth Edition.Wolfram Schneider1999-01-151-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Eighth Edition is *not* descended from the Seventh Edition. Submitted by: Greg Lehey <grog@lemis.com> and Dennis Ritchie Here's a quote from Dennis Ritchie, posted to Warren Toomey: [January 1999] ----- Forwarded message from dmr ----- I also got mail from Norman Wilson today about the discussion. This is mainly to confirm and fill out details of Wilson's account. The Eighth Edition system started with (I believe) BSD 4.1c and the work was done on VAX 11/750s -- our group did not get a 780 until a while later. Most of the operating system superstructure of BSD was retained (in particular no one (even the indefatigable Norman) wanted to get much into the paging code. Norman is also right that the competitor was John Reiser's (and Tom London's) 32V descendant from another group at the Labs. In structure this system had a lot to offer (in particular the buffer cache and the page pool were unified, but it was clear that their work was not being supported by their own management. It was used for a while on our first 750 and also our first 11/780 ("alice", a name that lives in netnews fame preceding the reach of Dejanews). The big change leading to V8 was the scooping-out and replacement of the character-device and networking part by the streams mechanism. Later, Peter Weinberger added the file-system switch that enabled remote file systems and prescient things ideas like /proc). Weinberger, as Norman said, also did a simple-minded FFS. The TCP/IP stack wasn't very important to us then and it has a mixed and murky history. Much of it came from early CSRG work, but it was converted to a streams approach by Robert Morris and subsequently fiddled over a lot. Likewise, as Norman said, the applications (/bin and whatnot) were somewhat of a mixture. Many were the locally-done versions, some were taken from BSD in some incarnation, some from System V. Dennis ----- End of forwarded message from dmr ----- Notes: svn path=/head/; revision=42704
* Fix logic error in RFC 850 kluge.Garrett Wollman1999-01-151-3/+4
| | | | Notes: svn path=/head/; revision=42703
* For RFC 850 dates received in HTTP responses, implement the century pivotGarrett Wollman1999-01-152-4/+48
| | | | | | | described in RFC 2068. Include a reference to same in the manual page. Notes: svn path=/head/; revision=42702
* Unbreak previous commit..Peter Wemm1999-01-151-7/+0
| | | | Notes: svn path=/head/; revision=42701
* Fix CVS merge breakage.Mark Murray1999-01-152-95/+6
| | | | Notes: svn path=/head/; revision=42700
* Break cvs mergeMark Murray1999-01-152-16/+2
| | | | Notes: svn path=/head/; revision=42699
* Typo: s/local/locale/ in LOCALEDIR.Peter Wemm1999-01-151-2/+2
| | | | | | | Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp> Notes: svn path=/head/; revision=42698
* Fix(?) an apparent merge glitch. Half of xrealloc() was missing..Peter Wemm1999-01-151-0/+7
| | | | Notes: svn path=/head/; revision=42697
* Sigh. Fix broken merges. I hate CVS.Mark Murray1999-01-151-1/+1
| | | | Notes: svn path=/head/; revision=42696
* Tidy logic in sccs2rcs,Daniel O'Callaghan1999-01-152-3/+4
| | | | | | | | | Fix y2kbug "19$year" in log.pl PR: 9501 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=42695
* Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/ddDaniel O'Callaghan1999-01-151-1/+2
| | | | | | | Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=42692
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-156-8/+34
| | | | | | | | | | | if option CY_PCI_FASTINTR is configured and mapping the irq to a fastintr is possible. Unfortunately, this has to be optional because pci_map_int_right() doesn't handle the INTR_EXCL flag right -- INTR_EXCL is honoured even if the interrupt needs to be non-exclusive for other devices to work. Notes: svn path=/head/; revision=42691
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-155-22/+45
| | | | | | | | | | | | | buffer had to be left on the head of the queue for [bufq]disksort() to sort against. This isn't right for devices that can support multiple active i/o's, and only the fd driver did it. "Fixing" this in rev.1.36 of ufs_disksubr.c broke the fd driver in much the same way as rev.1.52 of <sys/buf.h> broke it (see rev.1.119). Bug reported and fix tested by: dt Notes: svn path=/head/; revision=42690
* Use 69 pivot kludge from date(1) to make it consistant. Also honorWarner Losh1999-01-151-11/+6
| | | | | | | is_delta and only apply date kludge when it isn't a delta time. Notes: svn path=/head/; revision=42689
* Add a file that I forgot to "cvs add", and remove a lot of stuff that isMark Murray1999-01-1539-40151/+258
| | | | | | | | no longer a part of texinfo-3.12. Pointed out by: dg (partially) Notes: svn path=/head/; revision=42688
* Y2K nit:Warner Losh1999-01-151-1/+10
| | | | | | | | | | | Make two digit years specified on the command line represent the century that the computer currently resides. So 99 means 1999 this year, but 2099 next year. Pointed out by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Notes: svn path=/head/; revision=42687
* Yet another y2k bug. (printf("19%s %s", $3, $4);)Daniel O'Callaghan1999-01-151-1/+1
| | | | Notes: svn path=/head/; revision=42685
* fix optimize= settings - configpm understand only =' or =" as variablesAndrey A. Chernov1999-01-153-12/+12
| | | | | | | and treat any other stuff as comments Notes: svn path=/head/; revision=42684
* Typo.Jean-Marc Zucconi1999-01-152-4/+4
| | | | Notes: svn path=/head/; revision=42683
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isAndrzej Bialecki1999-01-152-12/+20
| | | | | | | | | to cover the transition period. Suggested by: msmith Notes: svn path=/head/; revision=42682
* Increase the size of private thread flags so that the test for aJohn Birrell1999-01-153-3/+3
| | | | | | | | | | thread trying to call pthread_exit() from a cleanup handler actually works. Submitted by: David Leonard <david.leonard@csee.uq.edu.au> OpenBSD Notes: svn path=/head/; revision=42681
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedMike Smith1999-01-153-1/+799
| | | | | | | for parsing kernel environment values, although they have utility elsewhere. Notes: svn path=/head/; revision=42680
* Change counter-intuitive pc@ and pc! to inb and outb.Andrzej Bialecki1999-01-145-20/+22
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=42679
* Backed out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>.Bruce Evans1999-01-141-3/+3
| | | | Notes: svn path=/head/; revision=42678
* Use the new kget syntax.Andrzej Bialecki1999-01-144-8/+8
| | | | Notes: svn path=/head/; revision=42677
* Add natd entry.Andrzej Bialecki1999-01-144-0/+4
| | | | Notes: svn path=/head/; revision=42676
* Change to new syscons devices.Andrzej Bialecki1999-01-146-12/+24
| | | | Notes: svn path=/head/; revision=42675
* Use the new syntax for kget.Andrzej Bialecki1999-01-142-4/+4
| | | | Notes: svn path=/head/; revision=42674
* Fix to match new syntax for kget.Andrzej Bialecki1999-01-142-4/+4
| | | | Notes: svn path=/head/; revision=42673
* Change to the new syscons devices.Andrzej Bialecki1999-01-142-5/+9
| | | | Notes: svn path=/head/; revision=42672
* Make transition to ELF kernel. Fix the userconfig_script handling.Andrzej Bialecki1999-01-145-25/+22
| | | | Notes: svn path=/head/; revision=42671
* Return error codes to user-land.Nicolas Souchu1999-01-141-12/+12
| | | | | | | Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Notes: svn path=/head/; revision=42670
* Bring us one step closer to sysinstall'ing on a DOC2k device.Poul-Henning Kamp1999-01-141-1/+3
| | | | Notes: svn path=/head/; revision=42669
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
| | | | | | | the unknown mode panic during boot probe. Notes: svn path=/head/; revision=42668
* Fix some more turdage from the original ./configure.Mark Murray1999-01-143-18/+18
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=42667
* Option names have changes for texinfo-3.12Mark Murray1999-01-141-3/+3
| | | | Notes: svn path=/head/; revision=42666
* Update this area for Texinfo-3.12.Mark Murray1999-01-148-32/+62
| | | | | | | Submitted by: lkoeller@cc.fh-lippe.de Notes: svn path=/head/; revision=42665
* Resove conflicts.Mark Murray1999-01-149-4824/+5286
| | | | Notes: svn path=/head/; revision=42664
* Instead of a wrapper <linker_set.h>, use a symlink toJohn Polstra1999-01-142-37/+3
| | | | | | | | | <sys/linker_set.h>. Submitted by: bde Notes: svn path=/head/; revision=42663
* This commit was generated by cvs2svn to compensate for changes in r42660,Mark Murray1999-01-14132-4761/+55927
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42661
| * Upgrade texinfo to the latest-and-greatest.Mark Murray1999-01-14141-9568/+61448
| | | | | | | | | | | | | | | | This has big improvements to the .info file utility support and much recent OSS requires its features. Notes: svn path=/vendor/texinfo/dist/; revision=42660