summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-08-24better fix; now if the last line in a file stream does not contain a newline,Aaron Campbell
construct a null-terminated copy of the buffer returned by fgetln() and process it as normal
1999-08-24Opps. forgot this in the last uvm updateArtur Grabowski
1999-08-24Remove unneeded printf.Federico G. Schwindt
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer
1999-08-24Avoid /usr/ARCH-unknown-openbsd in a way more friendly toMarc Espie
cross-compilers... Yet another commit I forgot...
1999-08-24m68k code generation work-around that I had forgotten to remove...Marc Espie
1999-08-23fgets() -> fgetln(). When reading files like this, the notion of a `line' isAaron Campbell
more appropriate than C strings. Now paste won't die if it encounters null characters. If the last line in the stream does not contain a newline, we now say "incomplete line" instead of lying about "line too long". fgetln() uses realloc, so now we're not limited to POSIX_LINE_MAX.
1999-08-23reset card before attempting configDavid Leonard
1999-08-23undo damage by careless developerTheo de Raadt
1999-08-23Remove some unneeded needs-flag; NetBSD.Federico G. Schwindt
1999-08-23Todo list and roadmap; from NetBSD.Federico G. Schwindt
1999-08-23Disable interrupts early; from NetBSD.Federico G. Schwindt
1999-08-23cnw support.Federico G. Schwindt
1999-08-23MergeMarc Espie
1999-08-23Update to gcc 2.95.1, official release.Marc Espie
1999-08-23Xircom Credicard Netwave manpage.Federico G. Schwindt
1999-08-23Opps. Forgot to commit this in the recent uvm sync. (noted by mickey@)Artur Grabowski
1999-08-23Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.Todd C. Miller
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions.
1999-08-23vm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_tArtur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t + some other cleanupArtur Grabowski
1999-08-22ncurses-5.0-990821Todd C. Miller
1999-08-22do { ... } while (0) instead of just { ... } in macrosTodd C. Miller
1999-08-22Don't turn -fstrict-aliasing on automatically for now.Marc Espie
1999-08-22Add crossref to mailer.conf(5) so users might know that there is such aJakob Schlyter
manpage.
1999-08-22Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested byJason Downs
Matthieu Herrb.
1999-08-22make isapnp_print() use canonical formatTheo de Raadt
1999-08-22syncTheo de Raadt
1999-08-22whack isapnp gus for nowTheo de Raadt
1999-08-22Allow authkey to be changed independently of the current phase.brian
1999-08-21MIPS boxes that use fdisk need an MS-DOS partitionNiklas Hallqvist
1999-08-21/dev/ksymskstailey
1999-08-21definitions needed by sbin/kbd/kbd_sparc.cMats O Jansson
1999-08-21First step to get support for keypad and function keys on sparc. -mojMats O Jansson
1999-08-21Document the YP optionsNiklas Hallqvist
1999-08-21Let arch compile again...Marc Espie
1999-08-21Disable device interrupts in INTSEL register when interface is down.David Leonard
Some comment cleanup. Add compatible hash function for generating 20-bit security key. (So much for Proxim's security by obscurity.)
1999-08-20add -fno-strict-aliasingTodd C. Miller
1999-08-20Don't install with special permissions.Jason Downs
1999-08-20Don't install with special permissions.Jason Downs
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-08-20change MIPSE{B|L} to __MIPSE{B|L}__. -mojMats O Jansson
1999-08-20needs <scsi/cd.h> -mojMats O Jansson
1999-08-20more paranoid check of the refcount in vfs_registerArtur Grabowski
1999-08-20Fix RCS IdsNiklas Hallqvist
1999-08-20the default expiration date for new databases (Jan 1 04:59:59 2000) was notArtur Grabowski
optimal. The final (and safe) solution will come with kth-krb 0.10
1999-08-20teach it about Rise cpus; wd@ics.nara-wu.ac.jpTheo de Raadt