summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-08Fix realloc possible leak; this is userland, not kernel; reported byFederico G. Schwindt
2001-05-08When `dup-to if:addr' clause is used, be sure to rewrite the dest addrFederico G. Schwindt
2001-05-08IPfilter 3.4.17; kjell@ deraadt@ ok.Federico G. Schwindt
2001-05-08Insure detection of prefixes is limited to whole words. This avoidsMarc Espie
2001-05-08more class/subclass/caps ids; from netbsdMichael Shalayeff
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-08correct 1 printf.Federico G. Schwindt
2001-05-08In extent_alloc_subregion1, be sure that the region returned don't runFederico G. Schwindt
2001-05-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-08From netbsd: implementations of _bus_dmamap_load_mbuf() andJason Wright
2001-05-08fix preposition in the printf msgMichael Shalayeff
2001-05-08reapply 1.39 once again, it seems i've fixed two bugs in it and itMichael Shalayeff
2001-05-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
2001-05-08on `out of data' condition print a warning and exit w/Michael Shalayeff
2001-05-08support a hook for vga_pci-based ioctls; aaron@ ookMichael Shalayeff
2001-05-08add transmit side of bpf tappingJason Wright
2001-05-08vlan tag assist supported nowJason Wright
2001-05-08syncTheo de Raadt
2001-05-08another modemTheo de Raadt
2001-05-08- add support for hardware vlan tag insertion and removalJason Wright
2001-05-07some complex situations need those functions to be reentrant, hence noMarc Espie
2001-05-07avoid closing the same file twice. parse module assumes ownership ofMarc Espie
2001-05-07make bug fixed, remove work-aroundMarc Espie
2001-05-07Even though str_concati is supposed to handle intervals, it was stillMarc Espie
2001-05-07Check for failure now that uvm_vslock can return one. Before this, there wasArtur Grabowski
2001-05-07temp work-around. Okay deraadt@Marc Espie
2001-05-077x43RN are MPRTheo de Raadt
2001-05-07syncTheo de Raadt
2001-05-07another gdtTheo de Raadt
2001-05-07remove waitpid-related XXX's -- this is OKTodd C. Miller
2001-05-07syncTheo de Raadt
2001-05-07new hifnTheo de Raadt
2001-05-07tcic disableTheo de Raadt
2001-05-07Now that if_vlan switches types to match it's parent, checking if_typeJason Wright
2001-05-07Few fixes from NetBSD.Artur Grabowski
2001-05-07Document boundary condition when size < strlen(dst).Todd C. Miller
2001-05-07Back out last change, it is intended behavior and update the blockTodd C. Miller
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parameterTodd C. Miller
2001-05-07tunneldelete -> deletetunnelMarkus Friedl
2001-05-07Avoid excessive malloc/free for select in readdata()Todd C. Miller
2001-05-07Use a smaller buffer in fmttime() since the date string is of aTodd C. Miller
2001-05-07Fix select(2) usage.Todd C. Miller
2001-05-07Fix fallout from recent trunc_page() changes.Dale Rahn
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus Friedl
2001-05-06Add casts to vaddr_t to round_page() and trunc_page() calls sinceTodd C. Miller
2001-05-06cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.netMarkus Friedl
2001-05-06Use const for 'prompt'. Brought over from portable tree.mouring
2001-05-06increase version since we've removed -b; per fgsch@'s suggestionMichael Shalayeff
2001-05-06we are at 2.9-currentTheo de Raadt
2001-05-06iprintf is not used with UVMArtur Grabowski