summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-1815-51/+53
|
* Fixed style bugs in previous commit.bde1998-08-172-74/+72
| | | | Added some comments on #endifs.
* Made this actually work when there's an object directory:bde1998-08-171-4/+11
| | | | | | | | | | | | | | | | - replaced bogus dependencies of distribution sources on generated sources by the same ones that bsd.lib.mk would generate if it knew all the sources. We shoot ourself in the foot by not naming the generated (included) sources *.h, so we can just put the generated sources in SRCS. - replaced -I${.CURDIR} by `-I.'. Here `.' is an alias for ${.OBJDIR}. -I${.CURDIR} didn't do anything, since ${.CURDIR} is the default in all cases here (it would be necessary for ""-style includes made from sources in ${.OBJDIR}. Don't use `+=' for setting CLEANFILES for the first time. Added $Id$.
* Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.bde1998-08-171-8/+2
|
* Removed unused includes.bde1998-08-176-20/+8
|
* Fixed printf format errors (none detected in GENERIC again).bde1998-08-171-3/+3
|
* Removing -batch option from adduser. Adduser was written aswosch1998-08-172-106/+8
| | | | | | an *interactive* command for newbies. The pw(8) does now a much better job for adding users from command line. Also, the -batch option is not well tested, buggy and unsupported.
* Fixed a type mismatch.bde1998-08-171-2/+3
| | | | | Fixed a missing extern declaration (bug for bug compatibly including style bugs. Should probably be static).
* Removed unused includes. Fixed disordering of includes.bde1998-08-171-8/+6
|
* Backed out previous commit. The seconds part of microtime() isbde1998-08-171-2/+2
| | | | | | | not the necessarily the same as the seconds part of getmicrotime() yet, and anyway, we should have used `time_second' if we only wanted a sloppy value for the seconds part. There is no point in making ibcs2's time(2) more efficient than FreeBSD's time(3).
* Fixed nonsense overflow checking (checking that a long variable is lessbde1998-08-171-7/+5
| | | | | | | | than INT_MAX after it has possibly overflowed). Removed an unused variable and its associated 2 style bugs. Removed unused includes.
* Oops, the previous commit was of a local version.bde1998-08-173-78/+60
|
* FIxed typo (syntax error) in previous commit.bde1998-08-175-61/+79
|
* Fixed order and formatting.bde1998-08-171-10/+10
|
* Added zh_TW.BIG5 locale. Material for 5 big pointy hats found nearby.bde1998-08-171-1/+3
|
* Make this internal build tool static to avoid trying to use sharedjb1998-08-175-0/+5
| | | | libraries before the shared loader has been installed.
* Remove the PATH setting.jb1998-08-171-3/+1
|
* Cross my fingers and enable libfetch.des1998-08-171-2/+2
|
* Commit a bunch of patches that have been accumulating:des1998-08-176-48/+62
| | | | | | | | | | - Fix the README to reflect the new status of the ftp code. - Change tons of 'if (xxx < 0)' to 'if (xxx == -1)' - Add two new interface functions - Fix the Makefile so it actually works (yay!) Now the manpage is lagging even further behind... :( Next on the todo list is to clean up the http code.
* Don't use unaligned accesses when printing extended sense codes.dfr1998-08-171-2/+3
|
* Add macros for accessing device memory.dfr1998-08-172-2/+18
|
* Update to use the new elf headers.dfr1998-08-172-25/+39
|
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.dfr1998-08-171-0/+4
|
* Add breakpoint() for BREAK_TO_DEBUGGER.dfr1998-08-171-1/+11
|
* Sync with sys/i386/isa/lpt.c revision 1.70.kato1998-08-171-2/+2
|
* Update to work with the new elf headers.dfr1998-08-171-17/+2
|
* Update to use elf_generic.h.dfr1998-08-171-1/+6
|
* Disable some unnecessary debugging code.dfr1998-08-171-3/+6
|
* Teach disklabel how to install a bootstrap on an alpha with SRM console.dfr1998-08-172-4/+74
|
* lorder is needed on the alpha toogpalmer1998-08-171-4/+4
|
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
| | | | | Free it instead. Pointed out by: Theo de Raadt
* Remove a cast and print the pointer value with %p instead of %x.jb1998-08-171-4/+4
|
* Ad #include stdlib.h to get the prototype for malloc().jb1998-08-171-1/+2
|
* We need config to build on the alpha also ... kinda difficult to buildgpalmer1998-08-171-4/+4
| | | | kernels without it :)
* Add "-C" to INSTALLFLAGS to install atomically. An elf->elfjdp1998-08-171-1/+3
| | | | | installworld dies at this point otherwise, leaving the system without a dynamic linker.
* Remove support for NetBSD syscalls.jb1998-08-1711-1152/+3
|
* Remove the comment about how to get NetBSD syscalls since there arejb1998-08-171-8/+1
| | | | now programs built on alpha that _must_ use FreeBSD syscalls to work.
* Remove hardcoded constant in favour of login.conf value.jkoshy1998-08-171-2/+2
| | | | | PR: 6529 Submitted by: Dan Lukes <dan@obluda.cz>
* Fixed printf format errors.bde1998-08-178-70/+77
|
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
| | | | broken, version of inet_ntoa(). It should go away.
* FIxed printf format errors. Most of them were exposed by our ntohl()bde1998-08-171-25/+31
| | | | returning long. There would be many more if int_32_t were not int.
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
| | | | | | description of DPT_SHUTDOWN_SLEEP in LINT. Didn't add timestamps so that the (combined?) sleep interval can be printed as intended in the original printf.
* Alpha is now native and bootstrapping from NetBSD is no longer supported.jb1998-08-161-530/+0
|
* Ack! I edited the MLINKS entry but forgot to add xl.4 to the MAN$=wpaul1998-08-161-2/+2
| | | | line. *hangs head in shame*
* Whoops... really add the man page and update the Makefile thiswpaul1998-08-163-1/+357
| | | | time.
* Mention XL driver and that 3c905B cards are now supported. Also addwpaul1998-08-161-2/+10
| | | | xl entry to the interfaces config table.
* Mention that XL driver and that 3c905B cards are not supported.wpaul1998-08-161-1/+3
|
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-1610-8/+3469
| | | | | | | | | | stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.)
* Enable kernel dumps on SLICE systems.des1998-08-161-1/+3
|
* Fix typo in previous commit.des1998-08-161-2/+2
| | | | | PR: 7621 Submitted by: Mark Huizer
OpenPOWER on IntegriCloud