summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-28cast size_t to u_long on printing. from netbsdJun-ichiro itojun Hagino
2002-08-28fix systrace with chroot. from provosJun-ichiro itojun Hagino
2002-08-28Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Jun-ichiro itojun Hagino
from onoe@sm.sony.co.jp
2002-08-27no more .Pp before/after .Sh; from mpech@Wilbern Cobb
2002-08-27some openbsd-related dates to celebrate; some from niklas@Michael Shalayeff
2002-08-27unlucky day on baykonurMichael Shalayeff
2002-08-27a couple of funky nuke accidentsMichael Shalayeff
2002-08-27samuel beckett; ok mickey@Markus Friedl
2002-08-27ellaborate a bit on the first icbm test (now that i've found a good history ↵Michael Shalayeff
piece)
2002-08-27jean genetMichael Shalayeff
2002-08-27fix the second call to on heap code. Noticed by drahn@. ThanksMatthieu Herrb
2002-08-27some warning text for ForwardAgent and ForwardX11; ok markus@Kevin Steves
2002-08-27RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@Kevin Steves
2002-08-27Add <stdlib.h> for malloc prototypeMatthieu Herrb
2002-08-27A test for non executable heap / mprotect. Ok art@Matthieu Herrb
2002-08-27sync from libkern (where the major fix was done or the kernel piece of this)Michael Shalayeff
2002-08-27do not just bail out of the copy loop, but go to theMichael Shalayeff
'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use.
2002-08-27- sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(),Wilbern Cobb
uvm_km_suballoc(), uvm_pagealloc(), uvm_page_phsload(), uvm_pageout(), uvm_vslock() and uvm_fork() with reality. - move the descriptions of uvm_km_suballoc(), uvm_km_free() and uvm_km_free_wakeup() to the correct section. - describe uvm_map_pageable_all(). - complete sentences. - add a BUGS section. ok art@
2002-08-27call ktrnamei() later, after cnp->cn_pnbuf has been made proper; art@ okMichael Shalayeff
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-08-27Missed file in last commit.Kenneth R Westerback
2002-08-27Move general partitioning advice from machine dependant per diskKenneth R Westerback
routine to install.sh so it is displayed only once. Strongly advise /, /tmp, /var, /usr and /home have their own disk partitions as requested by deraadt@. Rather than rely on users not re-selecting an already initialized disk, just allow them to choose from un-initialized disks. Move get_root invocation into install.sub as both install.sh and upgrade.sh did it first thing. Remove the 'workaround' to a 'vnode aliasing bug' that came in with the initial import of upgrade.sh from NetBSD. ok millert@. Rework verbiage in a few places. Clean up logic around looping through disk units by handling root disk better.
2002-08-27config_edit() isn't used anywhere. ok art@Wilbern Cobb
2002-08-27Add autoconf(9) and some links; ok art@Wilbern Cobb
2002-08-27Document the device autoconfiguration framework;Wilbern Cobb
from NetBSD with some modifications. ok art@
2002-08-27warn if multiple addresses are returned from DNS (traceroute(8) should do it ↵Jun-ichiro itojun Hagino
too) sync w/kame
2002-08-26must yyrestart after longjmp; moritz@jodeit.orgTheo de Raadt
2002-08-26add man page for bsd.regress.mk, based on bsd.port.mkAnil Madhavapeddy
art@ ok
2002-08-26now that none of the keyboard maps map anything intoMichael Shalayeff
the KS_BackSpace (use KS_Delete instead) we can restore an ability to map any key into BackSpace symbol: wsconsctl -w keyboard.map+="keycode 14 = Cmd_ResetEmul BackSpace" xfree is not using the key symbols, but raw key codes and therefore is not affected (as discussed w/ matthieu@). in fact, nothing in the whole tree is using the KS_BackSpace right now. existing KS_BackSpace definition is wrong and breaks the wsconsctl.
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ↵Michael Shalayeff
at the moment; drahn ok@
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ↵Michael Shalayeff
at the moment; jason ok@
2002-08-26Add licenses to man pages written by Costa.Artur Grabowski
Licenses sent to me from him in mail, but he can't commit right now.
2002-08-26Update sb_lastrecord in sbcompress() when the mbuf pointed to is removed.Daniel Hartmeier
Bug report from Alistair Kerr, tested miod@, inspected art@, ok provos@
2002-08-26space cleanup; some from grendel@zeitbombe.orgMichael Shalayeff
2002-08-26lost xr gtp; from jumbo@Michael Shalayeff
2002-08-26trailing spaces, new lines; tabs vs spacesMichael Shalayeff
2002-08-26miners day dup; from dfa@Michael Shalayeff
2002-08-26Make this into a proper regress test.Artur Grabowski
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev
2002-08-26minor cleanups, correct cast of a svc_getargs() arg; ok deraadtPeter Valchev
2002-08-25fix comment.Brad Smith
-- Ok'd by: jason@
2002-08-25Add 'MDXAPERTURE=1' as requested by Matthieu.Kenneth R Westerback
2002-08-25More fixes to mount point handling.Kenneth R Westerback
1) Correctly sort >10 total partitions. 2) Don't allow user to specify duplicate mount points via disklabel. 3) Fix mount point checking so that empty mount points do not confuse logic. 4) Fix mount point checking so that duplicate mount points from previous disk initialization are correctly detected. 5) Show configured partitions/mount points in partition order (i.e. sorted by disk and then partition) rather than mount point order. This seems easier to read to me and reflects the order of user action. Sort the entries after user approval. 6) Clarify, clean up some verbiage and logic.
2002-08-24sort out thomas mann's deathMichael Shalayeff
2002-08-24Earth is the cradle of humanity, but one cannot remain in the cradle forever.Michael Shalayeff
2002-08-24regenMatthieu Herrb
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
2002-08-24- Mention that MD code must register some free RAM with uvm_page_physload()Wilbern Cobb
before uvm_init() is called. - Remove some empty lines. ok art@
2002-08-24Add kern(9) and some links. ok art@Wilbern Cobb
2002-08-24document libkern functions/macros; ok art@Wilbern Cobb