Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-13 | do not (continue) on a stdin pipe | Theo de Raadt | |
1997-04-13 | make it compile again | Michael Shalayeff | |
1997-04-13 | floppy needs random | Theo de Raadt | |
1997-04-13 | some more devices | Michael Shalayeff | |
1997-04-13 | add entry to build all the devs ramdisk needs | Michael Shalayeff | |
1997-04-13 | import of hp300's ramdisk stuff for i386. | Michael Shalayeff | |
merged w/ existing stuff... awk nuked away from ramdisk, only MAKEDEV needs it. | |||
1997-04-13 | Initial support for pthreads on m68k from | briggs | |
David Leonard <david.leonard@it.uq.edu.au>. | |||
1997-04-13 | Prototype flockfile/funlockfile to clean up some warnings. | briggs | |
1997-04-13 | s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific. | briggs | |
1997-04-13 | Oops. We do not want to unmap something that we've used bus_space_subregion | briggs | |
to get. | |||
1997-04-13 | Some updates based on information from Bob Nestor <rnestor@metronet.com> | briggs | |
about his SONIC-T LC/PDS card. | |||
1997-04-13 | Make it compile after disklabel changes | Per Fogelstrom | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller | |
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver. | |||
1997-04-13 | derive from INST, not GENERIC. | Michael Shalayeff | |
we fit on floppy now, and some space even left.... | |||
1997-04-13 | sample ramdisk config file. from GENERIC one. | Michael Shalayeff | |
kernel does not boot w/ rd as root. any ideas? it boots w/ default sized ramdisk, but get a panic later. it does not even shows a copyright w/ big sizes (such as set in there) | |||
1997-04-13 | Fixed socket permissions race at startup; corrected error message to | bitblt | |
correctly reflect socket permissions. | |||
1997-04-13 | vis usernames; bitblt is paranoid | Theo de Raadt | |
1997-04-13 | buf oflow; bitblt | Theo de Raadt | |
1997-04-13 | check host information more carefully | Theo de Raadt | |
1997-04-13 | repair _hokchar | Theo de Raadt | |
1997-04-12 | Make MIPS configuration more consistent | Per Fogelstrom | |
1997-04-12 | It helps if MAKEDEV agrees with conf.c. | briggs | |
1997-04-12 | we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo) | Thomas Graichen | |
1997-04-12 | undo my last commit - theo says NFSMNT_RESVPORT is really not required | Thomas Graichen | |
inside the kernel | |||
1997-04-12 | remove #ifndef _KERNEL around NFSMNT_RESVPORT: | Thomas Graichen | |
* this is required to get src/sys/compat/ultrix compiled * in NetBSD it is'nt #ifndef'ed _KERNEL too if anyone objects to that change please speak up now ... | |||
1997-04-12 | make it compile (missing include of ultrix_util.h - the other | Thomas Graichen | |
one is a bit unclear) | |||
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per | |||
1997-04-12 | get an unreserved port if not root; required now that rresvport fails | Jim Rees | |
for non-root per bugno 70 | |||
1997-04-12 | theo can't get everything right :-) | Thomas Graichen | |
1997-04-12 | update to my current config file | Thomas Graichen | |
1997-04-12 | Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com> | Todd C. Miller | |
1997-04-12 | Fix from FreeBSD (David Nugent <davidn>) | Todd C. Miller | |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Fixes name size limitation (was hardcoded to 8). Closes FreeBSD PR#3258 | |||
1997-04-12 | long -> int to fix 64bit issues. This breaks 16bit machines but since we ↵ | Todd C. Miller | |
don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | |||
1997-04-12 | Be a bit more specific about EINVAL and negative offsets. | Thorsten Lockert | |
1997-04-12 | waitpid() can return -1 -- give a useful error message if it does. | Todd C. Miller | |
1997-04-12 | don't print more directory slashes than user specified on error. | michaels | |
Reported by Nick Sayer (nsayer@quack.kfu.com) in FreeBSD pr bin/3025. | |||
1997-04-12 | We need to copy the pathnames we get from fgetln() on stdin, as the buffer | Thorsten Lockert | |
will be reused. | |||
1997-04-12 | careful about bad domain/mapnames | Theo de Raadt | |
1997-04-12 | bit more careful with mapnames; adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | botched strncpy, adam@math.tau.ac.il | Theo de Raadt | |
1997-04-12 | start of -h (human readable) flag. more to come | kstailey | |
1997-04-12 | convert mips* to mips so that we find the correct files in config | Thomas Graichen | |
1997-04-12 | configure with --disable-gdbtk - so that gdb will also configure | Thomas Graichen | |
correctly if you have tcl/tk installed | |||
1997-04-12 | reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* | Thomas Graichen | |
1997-04-12 | A horrific gruesome hack to remove a splat during obj@ builds | Theo de Raadt | |
1997-04-12 | ign some signals for editor | Theo de Raadt | |
1997-04-12 | support SIGSTOP in editor, I cannot believe this has always been busted! | Theo de Raadt | |
1997-04-12 | a -> an; soil@quick.net | Theo de Raadt | |