add ALIGN macro
[unix-history] / usr / src / sys /
1991-06-27 Keith Skloweradd ALIGN macro
1991-06-26 Keith Sklowerarp now runs at splnet() to merge arp and routing tables.
1991-06-26 Keith Sklowercheckpoint working merge of routing and arp tables\;
1991-06-26 Keith Sklowerrewrite to merge arp and routing tables
1991-06-26 Keith Sklowerrather than change umpteen ethernet drivers, add kludge in
1991-06-26 Keith Sklowerchanges to merge arp and routing table;\ some code...
1991-06-26 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-26 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-26 Kirk McKusickselect list before initializing the ofile entry
1991-06-26 Mike Karelscan't kill zombies even by killpg
1991-06-22 Kirk McKusickhave to unlock after call to vn_open;
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusicknew calling convention for vn_close;
1991-06-22 Kirk McKusicknew calling convention for soo_close
1991-06-22 Kirk McKusicknew calling convention for fo_close
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusickincrement v_writecount when vn_open is called with...
1991-06-22 Kirk McKusickpanic if v_writecount is non-zero on last use; print...
1991-06-22 Kirk McKusickjust check v_writecount rather than searching the file...
1991-06-22 Kirk McKusicksoo_close now gets pointer to struct socket instead...
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-20 Kirk McKusickdump core as core.progname.pid rather than just as...
1991-06-20 Mike Karelsbit fields need to use ints; make the ifdefs consistent
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-06-10 Mike Karelsfrom hibler: don't need retry on key 1
1991-06-10 Mike Karelsmake retry printf's conditional on debug
1991-06-10 Mike Karelsdon't rm tags after making them
1991-06-09 Keith Bosticdon't put anything after the #else or #endif's, unless...
1991-06-08 Mike Karelsconsistency with tty.c about value for "no pgrp"
1991-06-07 Keith Sklowerthis version now supports IP over X.25; changes include...
1991-06-05 Kirk McKusickspeed up sync of filesystems with no quotas; skip locke...
1991-06-05 Keith Bosticuser programs need include of sys/{fcntl,unistd}.h
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-06-04 Kirk McKusickmust unlock vnode after vn_open
1991-06-04 Kirk McKusickfile table is no longer statically allocated
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickcall ffree to free file structures
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickchange to be dynamically allocated
1991-06-04 Kirk McKusicknfile => maxfiles (and default is doubled)
1991-06-04 Kirk McKusicktighten up linked list management
1991-06-04 Kirk McKusickhide more kernel-only things
1991-05-31 Keith Bosticcleanups from Chris Torek; bug fix on va_start for...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; delete dead code
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; add support for open...
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-31 Kirk McKusickadd SADVLCK to note POSIX style advisory lock
1991-05-31 Kirk McKusickadd support for opening files with advisory locks
1991-05-31 Kirk McKusickcharacter device open must be called with vnode unlocke...
1991-05-31 Kirk McKusickVOP_OPEN called with vnode locked; vn_open returns...
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-31 Kirk McKusickdead code elimination
1991-05-31 Kirk McKusicktype glitch
1991-05-30 Keith Sklowerthis version works somewhat in making outgoing calls.
1991-05-30 Keith Skloweroffset for routing table for iso was wrong; set value...
1991-05-30 Keith Sklowergo back to pkcb's being dynamically allocated for LLC2...
1991-05-30 Keith Sklowercheck to see if socket exists before setting so_error...
1991-05-30 Keith Skloweradd two new sockopts (add vc to route, turn on/off...
1991-05-30 Keith Sklower(temporarily) redo the way RR's and RNR's are generated;
1991-05-30 Keith Sklowerrevive pk_newlink so LLC2 can generate them on the...
1991-05-30 Keith Sklowerfix outright bug for reporting errors when no socket;
1991-05-30 Keith Sklowermany fixes & changes -- add routine to glue or spit...
1991-05-30 Keith Sklowerfor LLC2/2, there may be many pkp's to one xcp;
1991-05-30 Keith Sklowerno more %lx in kernel printf
1991-05-30 Keith Sklower2 new sockopts: attach x25 vc to route, and turn on...
1991-05-29 Mike KarelsKNF patrol; avoid needless sign extension; try for...
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Kirk McKusickvnode must now be locked when calling VOP_OPEN
1991-05-29 Kirk McKusickvn_open now returns locked, so must unlock when done
1991-05-29 Kirk McKusickadd entry for exabyte tape
1991-05-29 Kirk McKusickadd check for lock count
1991-05-29 Keith Bostickprintf can't be static, used by 386 locore debugging...
1991-05-29 Keith Bosticadd sprintf(3); support space/zero padding, field width...
1991-05-29 Keith Bosticuse the printf routines in subr_prf instead of rolling...
1991-05-28 Keith Sklowerno more clnp_sprintf.c; merged into main kernel
1991-05-26 Keith Bosticadd sprintf to kern/subr_prf.c
1991-05-26 Keith Bosticdelete obsolete printf formats (%D, %O, %U, %X)
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-26 Keith Bosticdelete obsolete printf formats (%D -> %ld)
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-25 Kirk McKusickonly set SAVENAME on last pathname component
1991-05-22 Mike Karelsprintf of block size was wrong, need to remember correc...
1991-05-22 Kirk McKusickremove the 8-bit restriction in namei
1991-05-22 Mike Karelsneed pocs, too; hcx-9 stuff was missing, add on HCX9...
1991-05-22 Mike Karelsneed dk devices; new-style fstab; optional type for...
1991-05-22 Keith Bosticformat police
1991-05-22 Mike Karelsmissing cast
1991-05-22 Keith Bosticformat polic
1991-05-22 Keith Bosticformat cleanup
1991-05-21 Keith Bosticdelete rlogin, telnet and rsh already ehre
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickmust conditionally allocate buffer
next