summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-25better mmap support, what funTheo de Raadt
1997-08-25require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from ↵Theo de Raadt
freebsd
1997-08-25a little pmsTheo de Raadt
1997-08-24avoid oflowTheo de Raadt
1997-08-24-msupersparc is bad news on the microSparc.Jason Downs
1997-08-24vi, build, argh, hack around itTheo de Raadt
1997-08-24cgfour* matches cgfourteen*, duhTheo de Raadt
1997-08-24Fix warningsTodd C. Miller
1997-08-24doc RETURNS; cato@ulysses.df.lth.seTheo de Raadt
1997-08-24various linux-based patches; from linux people; sent by jsm@octomino.demon.co.ukTheo de Raadt
1997-08-24prototype _err* and _warn*Todd C. Miller
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-24if interface not found by SIOCGIFCONF when printing, complain.Theo de Raadt
1997-08-24Check for >= UINT_MAX not > UINT_MAXTodd C. Miller
1997-08-2464bit fix wrt strtoul(3). Fix send to Keith.Todd C. Miller
1997-08-24Fix compiler warnings.Todd C. Miller
1997-08-2464bit fix: don't mix long & int.Todd C. Miller
1997-08-24#include <string.h> for strlen() and strcpy().Todd C. Miller
1997-08-24#include <string.h> for strlen().Todd C. Miller
1997-08-2464bit fix, cast pointers to long, not int.Todd C. Miller
1997-08-24new internic root.cacheTheo de Raadt
1997-08-24give shutdown daemon own session; dima@tejblum.dnttm.rssi.ruTheo de Raadt
1997-08-24New stuffPer Fogelstrom
1997-08-24More err()/warn()/etc. argument fixes.Jason Downs
1997-08-24no vimTheo de Raadt
1997-08-24do not ever call err() with a 2nd arg that could have a % in it, ok?Theo de Raadt
1997-08-244.2BSD had this firstTheo de Raadt
1997-08-24correct -sane error msg; steve@freebsdTheo de Raadt
1997-08-24sparc syncTheo de Raadt
1997-08-23echo on ipmon startupMichael Shalayeff
1997-08-23don't use bios geometry for floppy and psudo-disksMichael Shalayeff
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerPer Fogelstrom
to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not.
1997-08-23sync usage() to manMichael Shalayeff
1997-08-23Avoid buf oflow. From Warner Losh <imp@rover.village.org>Todd C. Miller
1997-08-23Strip trailing slashes from source (we already did dest).Todd C. Miller
Also, use MAXPATHLEN, not MAXPATHLEN+1
1997-08-22Buf oflow fix from Warner Losh <imp@rover.village.org>Todd C. Miller
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-22document XPG4 compatible format optionskstailey
1997-08-22no kentry for a whileMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-22use words for apm functionsMichael Shalayeff
define struct of bios/boot vars to be passed to kernel
1997-08-22XPG4 compatibility for format options:kstailey
two new options: group and rgroup. three new aliases: etime for start, comm for ucomm, and args for command.
1997-08-22fetch bios geometry for the boot hdMichael Shalayeff
1997-08-22uucp console, oh that is a hootTheo de Raadt
1997-08-22malloc_init() should try to not modify errnoTheo de Raadt
1997-08-22"ln -s" becomes "ln -sf"flipk
1997-08-22nbits should probably actually be initialized.Jason Downs
1997-08-22Two more alpha warnings.Jason Downs