1997-04-07 |
weingart | Clarifications. |
commit | commitdiff | tree | snapshot |
1997-04-07 |
millert | Re-run configure if Makefile.in, configure, or c-parse... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
downsj | Add partition type 0x12. |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | bad dkpart(), bad dkunit(), bad bad bad |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Use a size_t as arg 4 to sysctl(3). |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Use a size_t when necesary. |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | #include stdlib.h to get malloc(3) and calloc(3) defini... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
mickey | devboot commit |
commit | commitdiff | tree | snapshot |
1997-04-06 |
mickey | devboot proto |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Fix int vs. long problems |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Fix mangling in assignment of np->n_net to ina.s_addr. |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Cast pointer to u_long, not u_int32_t (which is too... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
briggs | Now need sys/time.h here. |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | 16 bit uids suck |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | cleanup using -Wall |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | strncpy |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | clean -Wall |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | issetugid() this last getenv based open |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Fix improper cast (compiler warning). |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Add CD9660 now that it works. |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Use long, not int when casting pointers and storing... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Remove old -P flag since it doesn't do anything and... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | support cd9660 disklabel spoofing; also fix block offse... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
millert | Allow creation of archives with block sizes up to 64512... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | correct blocksize confusion |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | correct labelsector confusion |
commit | commitdiff | tree | snapshot |
1997-04-06 |
deraadt | support cd9660 disklabel spoofing; also fix block offse... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
briggs | Eradicate #include <sys/*> from machine/*.h. Prompting... |
commit | commitdiff | tree | snapshot |
1997-04-06 |
briggs | Attempt to kludge around the fact that we can not yet... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
mickey | 32bit corrections |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | add quirk table entry for the Ultima A6000C |
commit | commitdiff | tree | snapshot |
1997-04-05 |
mickey | devboot is no longer in boot.c |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | fix NULL ptr deref in ss_set_window() |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | Fix bug introduced with "exit(0) if no files" behavior... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | Strip leading '/' of pathnames (only in tar mode).... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | settimeofday(2) restruction moved to secure level 2. |
commit | commitdiff | tree | snapshot |
1997-04-05 |
deraadt | correct DEV_BSIZE vs lp->d_secsize confusion; spotted... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
mickey | rdroot entry for ramdisk kernel. |
commit | commitdiff | tree | snapshot |
1997-04-05 |
mickey | new exec stuff |
commit | commitdiff | tree | snapshot |
1997-04-05 |
flipk | do not up wiring count for page tables (especially... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | Use in_addr_t not u_long and use in_port_t in some... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | Use in_addr_t not u_long. |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | removed conditional code |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | sendsig and sys_sigreturn are in m68k area now |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | fpu_type -> fputype |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | fpu_type -> fputype |
commit | commitdiff | tree | snapshot |
1997-04-05 |
kstailey | if TERM=dumb disable progress and editing for emacs... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
mickey | put gdt & idt in the separate file. |
commit | commitdiff | tree | snapshot |
1997-04-05 |
briggs | Implement a bus_space_bad_addr() function to aid in... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
briggs | Move the PB140/145 info to it's own case. A couple... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
briggs | MRG-based ADB support for the PowerBook series. Contri... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
tholo | Document that negative offsets will cause EINVAL as... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
tholo | Check for overflow; from FreeBSD |
commit | commitdiff | tree | snapshot |
1997-04-05 |
tholo | Patch from BSDI (via Keith Bostic, via NetBSD): |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | so strlen.c compiles again... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
tholo | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses... |
commit | commitdiff | tree | snapshot |
1997-04-05 |
millert | Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | RLIMIT_NPROC; mike.long@analog.com |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | clarify |
commit | commitdiff | tree | snapshot |
1997-04-04 |
mickey | init allocated memory. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
millert | Improvements based on commets by George Robbins <grr... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | with small quantities of beer and pizza i produce fewer... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | if the user changes an option, spit out a warning telli... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | when mktemp() is hard to fix, use 10 X |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | check MID field like strip(1) does; PR#149, mickey... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | sort & add a few |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | describe 2nd utmp record better; gwing@primenet.com.au |
commit | commitdiff | tree | snapshot |
1997-04-04 |
weingart | Nuke. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
weingart | Replace exec_i386.S with these two files. Startprog... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | do not whack pid file if run -d; hwr@pilhuhn.de |
commit | commitdiff | tree | snapshot |
1997-04-04 |
millert | #include <string.h> since we use string functions... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | seek(2) is not needed |
commit | commitdiff | tree | snapshot |
1997-04-04 |
mickey | fixed bcopy/memcpy conflict by using private mem* routines. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
mickey | add 'machine check' trap for Pentium and PPro cpus. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
kstailey | remove copy.s as it is in M.I. m68k files now |
commit | commitdiff | tree | snapshot |
1997-04-04 |
briggs | Do not set DCR_SYNC for the C/Q[68]xx systems. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
graichen | changes required to get gcc with the new g77 0.5.20... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
graichen | sync g77 to version 0.5.20 - i hope i got everything... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
graichen | import of libU77 - part of sync to g77-0.5.20 |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | blow away source routed sockets |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | do source routing check correctly; this could use a... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | wtmp repairs; netbsd |
commit | commitdiff | tree | snapshot |
1997-04-04 |
mickey | mention mr.tarkovskey |
commit | commitdiff | tree | snapshot |
1997-04-04 |
mickey | dump regs w/ NMI (int 2) |
commit | commitdiff | tree | snapshot |
1997-04-04 |
millert | Fix NTOHS and HTONS macros. |
commit | commitdiff | tree | snapshot |
1997-04-04 |
millert | Define in_addr_t and in_port_t everywhere but use u_int... |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | we are a 4.4bsd-style system; correct pathnames |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | add STRIPDISC line; kleink@netbsd.org |
commit | commitdiff | tree | snapshot |
1997-04-04 |
deraadt | s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.org |
commit | commitdiff | tree | snapshot |
1997-04-03 |
deraadt | pretty |
commit | commitdiff | tree | snapshot |
1997-04-03 |
gene | Avoid confusion on running /etc/daily on daylight-savin... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
mickey | fix my last fix. warnx, not warn! |
commit | commitdiff | tree | snapshot |
1997-04-03 |
mickey | more about Gogol (; |
commit | commitdiff | tree | snapshot |
1997-04-03 |
kstailey | tabify |
commit | commitdiff | tree | snapshot |
1997-04-03 |
kstailey | take 2 |
commit | commitdiff | tree | snapshot |
1997-04-03 |
kstailey | make it match what is in magdir/magic |
commit | commitdiff | tree | snapshot |
1997-04-03 |
kstailey | >Number: 3412 |
commit | commitdiff | tree | snapshot |
1997-04-03 |
briggs | Quote CC in args to make |
commit | commitdiff | tree | snapshot |
1997-04-03 |
downsj | hokchar -> _hokchar, and make it non-static. Use it... |
commit | commitdiff | tree | snapshot |
1997-04-03 |
deraadt | another lookup[] loop accident |
commit | commitdiff | tree | snapshot |
next |